summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-05-23 14:43:47 +0000
committermaedhros <maedhros@openttd.org>2007-05-23 14:43:47 +0000
commitb67d9e0a4918b45d4e76054a0ddd9743c07c8bd5 (patch)
tree9a16d783bf67cae8784aaf62955ae3e7f278d704 /src/main_gui.cpp
parentc46ac94ce228bb451b92a50bc64b1bb98b1ce31b (diff)
downloadopenttd-b67d9e0a4918b45d4e76054a0ddd9743c07c8bd5.tar.xz
(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index 73de8e195..cf111e96a 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -1386,6 +1386,8 @@ static void ScenEditLandGenWndProc(Window *w, WindowEvent *e)
case DDSP_CREATE_ROCKS:
case DDSP_CREATE_DESERT:
case DDSP_CREATE_WATER:
+ case DDSP_LEVEL_AREA:
+ case DDSP_DEMOLISH_AREA:
GUIPlaceProcDragXY(e);
break;
}