Changeset - r4643:1b147675121f
[Not reviewed]
master
0 1 0
bjarni - 18 years ago 2006-09-27 08:06:40
bjarni@openttd.org
(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
vehicle_gui.c
Show inline comments
 
@@ -294,8 +294,7 @@ static void VehicleRefitWndProc(Window *
 
							case VEH_Ship:     command = CMD_REFIT_SHIP         | CMD_MSG(STR_9841_CAN_T_REFIT_SHIP);     break;
 
							case VEH_Aircraft: command = CMD_REFIT_AIRCRAFT     | CMD_MSG(STR_A042_CAN_T_REFIT_AIRCRAFT); break;
 
						}
 
						if (DoCommandP(v->tile, v->index, WP(w,refit_d).cargo, NULL, command))
 
							DeleteWindow(w);
 
						if (DoCommandP(v->tile, v->index, WP(w,refit_d).cargo, NULL, command)) DeleteWindow(w);
 
					}
 
					break;
 
			}
0 comments (0 inline, 0 general)