diff -r c78c3d248897 -r 9397cf08c273 ship_gui.c --- a/ship_gui.c Fri Oct 28 20:04:54 2005 +0000 +++ b/ship_gui.c Sat Oct 29 20:28:43 2005 +0000 @@ -315,7 +315,7 @@ void CcCloneShip(bool success, uint tile, uint32 p1, uint32 p2) { if (success) { - const Vehicle* v = GetVehicle(_new_aircraft_id); + const Vehicle* v = GetVehicle(_new_ship_id); ShowShipViewWindow(v); }