ship_gui.c
changeset 2562 9397cf08c273
parent 2561 c78c3d248897
child 2630 35249d2ded3e
--- 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);
 	}