diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-15 11:41:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-15 11:41:40 +0000 |
commit | abfbf381c18d4c17e9594e7e3b903405c20e9f7f (patch) | |
tree | 67bdc8b45f716bd6f3a2b68433337e094b448662 /src/map/battle.h | |
parent | c0f2069689110d1df816d52e36d049d4b97a7a22 (diff) | |
download | hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.gz hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.bz2 hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.xz hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.zip |
Cleaning/fixing the previous commits a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13775 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 692fcc0a8..dd3d95a42 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -58,7 +58,6 @@ enum { // 最終計算のフラグ BF_WEAPONMASK=0x000f, BF_RANGEMASK= 0x00f0, BF_SKILLMASK= 0x0f00, - //0xf000 is used for marking if a zero damage is resulted from SafetyWall and the like. [Inkfish] }; int battle_delay_damage (unsigned int tick, int amotion, struct block_list *src, struct block_list *target, int attack_type, int skill_id, int skill_lv, int damage, enum damage_lv dmg_lv, int ddelay); |