src/main_gui.cpp
changeset 8692 5408c091b204
parent 8672 e3287e4289ac
child 8701 051036216675
equal deleted inserted replaced
8691:5e0b83e9cfb8 8692:5408c091b204
  1380 		if (e->we.place.pt.x != -1) {
  1380 		if (e->we.place.pt.x != -1) {
  1381 			switch (e->we.place.select_proc) {
  1381 			switch (e->we.place.select_proc) {
  1382 				case DDSP_CREATE_ROCKS:
  1382 				case DDSP_CREATE_ROCKS:
  1383 				case DDSP_CREATE_DESERT:
  1383 				case DDSP_CREATE_DESERT:
  1384 				case DDSP_CREATE_WATER:
  1384 				case DDSP_CREATE_WATER:
       
  1385 				case DDSP_RAISE_AND_LEVEL_AREA:
       
  1386 				case DDSP_LOWER_AND_LEVEL_AREA:
  1385 				case DDSP_LEVEL_AREA:
  1387 				case DDSP_LEVEL_AREA:
  1386 				case DDSP_DEMOLISH_AREA:
  1388 				case DDSP_DEMOLISH_AREA:
  1387 					GUIPlaceProcDragXY(e);
  1389 					GUIPlaceProcDragXY(e);
  1388 					break;
  1390 					break;
  1389 			}
  1391 			}