From 980808dac2e87565a86a016966964249f8f5e263 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 30 Sep 2005 20:37:25 +0000 Subject: (svn r3001) s/Player*/const Player*/ s/byte/PlayerID/ s/int/PlayerID/ and related changes --- functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 7afcd6244..52abb297b 100644 --- a/functions.h +++ b/functions.h @@ -75,7 +75,7 @@ void SubtractMoneyFromPlayer(int32 cost); void SubtractMoneyFromPlayerFract(PlayerID player, int32 cost); bool CheckOwnership(PlayerID owner); bool CheckTileOwnership(TileIndex tile); -StringID GetPlayerNameString(PlayerID player, PlayerID index); +StringID GetPlayerNameString(PlayerID player, uint index); /* standard */ void ShowInfo(const char *str); -- cgit v1.2.3-54-g00ecf