aircraft_gui.c
changeset 3887 ece644bbf459
parent 3884 793081f80381
child 3948 a09379beffd5
equal deleted inserted replaced
3886:80caa2b88ecf 3887:ece644bbf459
    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)