From 9299f76af42eb4c8ca8d7077fc60f87c2d962047 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 4 Jan 2008 18:18:46 +0000 Subject: (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. --- 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 cf4ef3d54..73a51f6e5 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -1382,6 +1382,8 @@ static void ScenEditLandGenWndProc(Window *w, WindowEvent *e) case DDSP_CREATE_ROCKS: case DDSP_CREATE_DESERT: case DDSP_CREATE_WATER: + case DDSP_RAISE_AND_LEVEL_AREA: + case DDSP_LOWER_AND_LEVEL_AREA: case DDSP_LEVEL_AREA: case DDSP_DEMOLISH_AREA: GUIPlaceProcDragXY(e); -- cgit v1.2.3-70-g09d2