summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
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);