summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.h b/src/openttd.h
index fa96f5a97..131a8bd60 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -36,7 +36,7 @@ enum SwitchMode {
};
/* Display Options */
-enum {
+enum DisplayOptions {
DO_SHOW_TOWN_NAMES = 0,
DO_SHOW_STATION_NAMES = 1,
DO_SHOW_SIGNS = 2,