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
commitaefb86d7feb69b6a484fd0adad92acc54101be09 (patch)
tree508479974d8c96e3bbe1e304ace061d91d4a6d71 /src/gui.h
parent89fa5dc1429b02a78c94f49725e34eb3e493c906 (diff)
downloadopenttd-aefb86d7feb69b6a484fd0adad92acc54101be09.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,