summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-03 22:51:08 +0200
committerGitHub <noreply@github.com>2018-06-03 22:51:08 +0200
commitb5ee7e4863f60a43d6c44c93104d4df4146fdd84 (patch)
treec9eb881ba40f8c9b4acb45945a5dcbbed82b79ca /src/map/map.h
parent1670e2b6e5eca660d73aafb8cbb4830bd453e79e (diff)
parentec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 (diff)
downloadhercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.gz
hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.bz2
hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.tar.xz
hercules-b5ee7e4863f60a43d6c44c93104d4df4146fdd84.zip
Merge pull request #2004 from Asheraf/stylist
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()