src/functions.h
changeset 5587 167d9a91ef02
parent 5501 b4e81fd72b3a
child 5636 3c19b56dc982
--- a/src/functions.h	Wed Jan 10 18:44:52 2007 +0000
+++ b/src/functions.h	Wed Jan 10 18:56:51 2007 +0000
@@ -10,7 +10,7 @@
 uint GetSlopeZ(int x, int y);
 uint32 GetTileTrackStatus(TileIndex tile, TransportType mode);
 void GetAcceptedCargo(TileIndex tile, AcceptedCargo ac);
-void ChangeTileOwner(TileIndex tile, byte old_player, byte new_player);
+void ChangeTileOwner(TileIndex tile, PlayerID old_player, PlayerID new_player);
 void AnimateTile(TileIndex tile);
 void ClickTile(TileIndex tile);
 void GetTileDesc(TileIndex tile, TileDesc *td);
@@ -217,5 +217,4 @@
 
 void DeterminePaths(void);
 
-void CSleep(int milliseconds);
 #endif /* FUNCTIONS_H */