Changeset - r9163:162e234104d8
[Not reviewed]
master
0 2 0
belugas - 17 years ago 2008-05-10 02:59:52
belugas@openttd.org
(svn r13026) -Codechange[FS#1999]: Further Dynamite Tool Unification.(Roujin)
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/airport_gui.cpp
Show inline comments
 
@@ -95,7 +95,7 @@ static void BuildAirToolbWndProc(Window 
 

	
 
		case WE_PLACE_MOUSEUP:
 
			if (e->we.place.pt.x != -1 && e->we.place.select_proc == DDSP_DEMOLISH_AREA) {
 
				DoCommandP(e->we.place.tile, e->we.place.starttile, 0, CcPlaySound10, CMD_CLEAR_AREA | CMD_MSG(STR_00B5_CAN_T_CLEAR_THIS_AREA));
 
				GUIPlaceProcDragXY(e);
 
			}
 
			break;
 

	
src/road_gui.cpp
Show inline comments
 
@@ -574,7 +574,7 @@ static void BuildRoadToolbWndProc(Window
 
						break;
 

	
 
					case DDSP_DEMOLISH_AREA:
 
						DoCommandP(end_tile, start_tile, 0, CcPlaySound10, CMD_CLEAR_AREA | CMD_MSG(STR_00B5_CAN_T_CLEAR_THIS_AREA));
 
						GUIPlaceProcDragXY(e);
 
						break;
 

	
 
					case DDSP_PLACE_ROAD_X_DIR:
0 comments (0 inline, 0 general)