summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 998b4c378..7972cc8a0 100644
--- a/gui.h
+++ b/gui.h
@@ -74,7 +74,8 @@ enum { // max 32 - 4 = 28 types
GUI_PlaceProc_LevelArea = 1 << 4,
GUI_PlaceProc_DesertArea = 2 << 4,
GUI_PlaceProc_WaterArea = 3 << 4,
- GUI_PlaceProc_ConvertRailArea = 4 << 4
+ GUI_PlaceProc_ConvertRailArea = 4 << 4,
+ GUI_PlaceProc_RockyArea = 5 << 4,
};
/* misc_gui.c */