1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-03-09 15:41:15 +00:00

(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

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