diff options
author | maedhros <maedhros@openttd.org> | 2007-05-23 14:43:47 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-05-23 14:43:47 +0000 |
commit | b67d9e0a4918b45d4e76054a0ddd9743c07c8bd5 (patch) | |
tree | 9a16d783bf67cae8784aaf62955ae3e7f278d704 | |
parent | c46ac94ce228bb451b92a50bc64b1bb98b1ce31b (diff) | |
download | openttd-b67d9e0a4918b45d4e76054a0ddd9743c07c8bd5.tar.xz |
(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.
-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; } |