Changeset - r10517:cd3437ec255e
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-12-30 15:32:46
rubidium@openttd.org
(svn r14774) -Change: show which tile caused the "error" when leveling land like raising and lowering does and use the same sound.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/terraform_gui.cpp
Show inline comments
 
@@ -123,7 +123,7 @@ bool GUIPlaceProcDragXY(ViewportDragDrop
 
			DoCommandP(end_tile, start_tile, (uint32)-1, CMD_LEVEL_LAND | CMD_MSG(STR_0809_CAN_T_LOWER_LAND_HERE), CcTerraform);
 
			break;
 
		case DDSP_LEVEL_AREA:
 
			DoCommandP(end_tile, start_tile, 0, CMD_LEVEL_LAND | CMD_MSG(STR_CAN_T_LEVEL_LAND_HERE), CcPlaySound10);
 
			DoCommandP(end_tile, start_tile, 0, CMD_LEVEL_LAND | CMD_MSG(STR_CAN_T_LEVEL_LAND_HERE), CcTerraform);
 
			break;
 
		case DDSP_CREATE_ROCKS:
 
			GenerateRockyArea(end_tile, start_tile);
0 comments (0 inline, 0 general)