diff options
-rw-r--r-- | src/main_gui.cpp | 2 |
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; } |