(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again.

This commit is contained in:
maedhros 2007-05-23 14:43:47 +00:00
parent c46ac94ce2
commit b67d9e0a49
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}