equal
deleted
inserted
replaced
70 void ShowGenerateLandscape(void); |
70 void ShowGenerateLandscape(void); |
71 void ShowHeightmapLoad(void); |
71 void ShowHeightmapLoad(void); |
72 |
72 |
73 void PlaceProc_DemolishArea(TileIndex tile); |
73 void PlaceProc_DemolishArea(TileIndex tile); |
74 void PlaceProc_LevelLand(TileIndex tile); |
74 void PlaceProc_LevelLand(TileIndex tile); |
75 bool GUIPlaceProcDragXY(const WindowEvent *we); |
75 bool GUIPlaceProcDragXY(const WindowEvent *e); |
76 |
76 |
77 enum { // max 32 - 4 = 28 types |
77 enum { // max 32 - 4 = 28 types |
78 GUI_PlaceProc_DemolishArea = 0 << 4, |
78 GUI_PlaceProc_DemolishArea = 0 << 4, |
79 GUI_PlaceProc_LevelArea = 1 << 4, |
79 GUI_PlaceProc_LevelArea = 1 << 4, |
80 GUI_PlaceProc_DesertArea = 2 << 4, |
80 GUI_PlaceProc_DesertArea = 2 << 4, |