summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 4ee5296b04..b61107ff13 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -248,6 +248,8 @@ const int LABYRINTH_BORDER = 4;
#define DARKGREY DARKGRAY
#endif
+#define MAX_TERM_COLOUR 16
+
// Colour options... these are used as bit flags along with the colour
// value in the low byte.
@@ -325,7 +327,7 @@ enum GotoRegion
};
// Mouse modes (for tiles)
-enum MouseMode
+enum mouse_mode
{
MOUSE_MODE_NORMAL,
MOUSE_MODE_COMMAND,