(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.
authormaedhros
Wed, 23 May 2007 14:43:47 +0000
changeset 6672 b688fe8f73b9
parent 6671 1448c1051d40
child 6673 edf10cfdee17
(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.
src/main_gui.cpp
--- a/src/main_gui.cpp	Wed May 23 14:02:10 2007 +0000
+++ b/src/main_gui.cpp	Wed May 23 14:43:47 2007 +0000
@@ -1386,6 +1386,8 @@
 				case DDSP_CREATE_ROCKS:
 				case DDSP_CREATE_DESERT:
 				case DDSP_CREATE_WATER:
+				case DDSP_LEVEL_AREA:
+				case DDSP_DEMOLISH_AREA:
 					GUIPlaceProcDragXY(e);
 					break;
 			}