summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-03-30 00:02:14 +0100
committerAsheraf <acheraf1998@gmail.com>2018-06-02 16:33:32 +0000
commitec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 (patch)
treef0624b03ec077198a2baba945a16947d6a7d8a14 /src/map/map.h
parentc81fee18c0d5ed70f8717679ee16cebe5e591c58 (diff)
downloadhercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.gz
hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.bz2
hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.tar.xz
hercules-ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4.zip
Implementation of stylist ui
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 276bc5d37..494f93cfe 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -625,6 +625,10 @@ enum look {
LOOK_FLOOR,
LOOK_ROBE,
LOOK_BODY2,
+
+#ifndef LOOK_MAX
+ LOOK_MAX
+#endif
};
// used by map_setcell()