equal
deleted
inserted
replaced
84 } |
84 } |
85 ShowAircraftViewWindow(v); |
85 ShowAircraftViewWindow(v); |
86 } |
86 } |
87 } |
87 } |
88 |
88 |
89 void CcCloneAircraft(bool success, uint tile, uint32 p1, uint32 p2) |
89 void CcCloneAircraft(bool success, TileIndex tile, uint32 p1, uint32 p2) |
90 { |
90 { |
91 if (success) ShowAircraftViewWindow(GetVehicle(_new_aircraft_id)); |
91 if (success) ShowAircraftViewWindow(GetVehicle(_new_aircraft_id)); |
92 } |
92 } |
93 |
93 |
94 static void NewAircraftWndProc(Window *w, WindowEvent *e) |
94 static void NewAircraftWndProc(Window *w, WindowEvent *e) |