summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-04 18:18:46 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-04 18:18:46 +0000
commit9299f76af42eb4c8ca8d7077fc60f87c2d962047 (patch)
tree508479974d8c96e3bbe1e304ace061d91d4a6d71 /src/gui.h
parent6a1306793108d0ebd51c8d79b8bb8cecd77a6ef6 (diff)
downloadopenttd-9299f76af42eb4c8ca8d7077fc60f87c2d962047.tar.xz
(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 4d2a0cf70..38d41175a 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -64,6 +64,8 @@ VARDEF PlaceProc *_place_proc;
* you've selected it. */
enum {
DDSP_DEMOLISH_AREA,
+ DDSP_RAISE_AND_LEVEL_AREA,
+ DDSP_LOWER_AND_LEVEL_AREA,
DDSP_LEVEL_AREA,
DDSP_CREATE_DESERT,
DDSP_CREATE_ROCKS,