summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/map.h b/src/map/map.h
index a5f4a6357..6eb92530e 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1023,13 +1023,6 @@ struct pet_data {
struct map_session_data *msd;
};
-// state of a single attack attempt; used in flee/def penalty calculations when mobbed
-enum damage_lv {
- ATK_LUCKY=1, // attack was lucky-dodged
- ATK_FLEE, // attack was dodged
- ATK_DEF // attack connected
-};
-
struct map_data {
char name[MAP_NAME_LENGTH];
unsigned short index; // The map index used by the mapindex* functions.