forked from mirror/OpenTTD
(svn r3099) Copy&pasto in r3098
This commit is contained in:
@@ -315,7 +315,7 @@ void CcBuildShip(bool success, TileIndex tile, uint32 p1, uint32 p2)
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user