summaryrefslogtreecommitdiff
path: root/src/player_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player_func.h')
-rw-r--r--src/player_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_func.h b/src/player_func.h
index 2f698add9..7c0e9de19 100644
--- a/src/player_func.h
+++ b/src/player_func.h
@@ -27,7 +27,7 @@ static inline bool IsLocalPlayer()
return _local_player == _current_player;
}
-static inline bool IsValidPlayer(PlayerID pi)
+static inline bool IsValidPlayerID(PlayerID pi)
{
return IsInsideBS(pi, PLAYER_FIRST, MAX_PLAYERS);
}