From cf1a3d9707c0e3aee80faa16de8a6a3d154bbd77 Mon Sep 17 00:00:00 2001 From: maedhros Date: Wed, 23 May 2007 14:43:47 +0000 Subject: [PATCH] (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(+) diff --git a/src/main_gui.cpp b/src/main_gui.cpp index 73de8e1952..cf111e96ae 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; }