summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-10 14:32:17 +0000
committerdarkvater <darkvater@openttd.org>2004-08-10 14:32:17 +0000
commite4940ebc79149fee171d11ed33e10a810a25c379 (patch)
tree03ce1cb2a09c5888b5066489b8d20d5ec39d561d /functions.h
parent804f038594ccd7d12b776299038f9bc5809f90e5 (diff)
downloadopenttd-e4940ebc79149fee171d11ed33e10a810a25c379.tar.xz
(svn r3) -[1005611] Player Window patch: When looking in dropdownlist for player stuff, it will say
for all human players (Player #), not only for the first 2
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index f203887ec..f684fa055 100644
--- a/functions.h
+++ b/functions.h
@@ -83,7 +83,7 @@ void SubtractMoneyFromPlayer(int32 cost);
void SubtractMoneyFromPlayerFract(byte player, int32 cost);
bool CheckOwnership(byte owner);
bool CheckTileOwnership(uint tile);
-StringID GetPlayerNameString(byte player);
+StringID GetPlayerNameString(byte player, byte index);
/* standard */
void ShowInfo(const char *str);