Changeset 19 for src/map/battle.h

Show
Ignore:
Timestamp:
07/02/08 12:20:18 (17 years ago)
Author:
jinshiro
Message:

Now Compiles with Cygwin GCC

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/battle.h

    r5 r19  
    8888 
    8989int battle_check_undead(int race,int element); 
    90 //Begin Custom Job (blackmagic) 
    9190int battle_check_living(int race,int element);  //Living Creature Check [Brain] 
    92 //End Custom Job (blackmagic) 
    9391int battle_check_target(struct block_list *src, struct block_list *target,int flag); 
    9492bool battle_check_range(struct block_list *src,struct block_list *bl,int range); 
     
    455453        int auction_feeperhour; 
    456454        int auction_maximumprice; 
    457         //Begin custom Job (blackmagic)  
    458455        //Vanaheim battle settings [Brainstorm] 
    459456        int necro_retaliation; //Battle flag to force monsters to attack adept/necro/warlock summons [Brain] 
    460457        int disp_summon_stats; //Battle Flag to show summoned monster stats [Brain] 
    461         //end custom job 
    462458        int gm_viewequip_min_lv; 
    463459} battle_config;