summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-11-07 16:19:45 +0000
committerDarkvater <darkvater@openttd.org>2005-11-07 16:19:45 +0000
commit947fc8a8ec7eec13b0c405b4019c068706b5f3cf (patch)
tree80216301a0d5e498b85adbe0aff99c640659e676 /gui.h
parent7304bbe5001d1508f4598ead2fad121c1e4a988c (diff)
downloadopenttd-947fc8a8ec7eec13b0c405b4019c068706b5f3cf.tar.xz
(svn r3153) - Feature: [ 1276827 ] Drag and drop rocky areas in scenario editor (MeusH-ish)
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 */