(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin.

This commit is contained in:
peter1138
2008-01-04 18:18:46 +00:00
parent 6a13067931
commit 9299f76af4
4 changed files with 23 additions and 11 deletions

View File

@@ -64,6 +64,8 @@ VARDEF PlaceProc *_place_proc;
* you've selected it. */
enum {
DDSP_DEMOLISH_AREA,
DDSP_RAISE_AND_LEVEL_AREA,
DDSP_LOWER_AND_LEVEL_AREA,
DDSP_LEVEL_AREA,
DDSP_CREATE_DESERT,
DDSP_CREATE_ROCKS,