(svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID player

This commit is contained in:
tron
2006-05-21 16:18:58 +00:00
parent 965ac2c1e6
commit 58458812a4
7 changed files with 9 additions and 8 deletions

View File

@@ -312,7 +312,7 @@ void CcBuildShip(bool success, TileIndex tile, uint32 p1, uint32 p2)
ShowShipViewWindow(v);
}
void CcCloneShip(bool success, uint tile, uint32 p1, uint32 p2)
void CcCloneShip(bool success, TileIndex tile, uint32 p1, uint32 p2)
{
if (success) ShowShipViewWindow(GetVehicle(_new_ship_id));
}