From b67d9e0a4918b45d4e76054a0ddd9743c07c8bd5 Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 23 May 2007 14:43:47 +0000 Subject: (svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again. --- src/main_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main_gui.cpp') 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; } -- cgit v1.2.3-54-g00ecf