summaryrefslogtreecommitdiff
path: root/src/players.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/players.cpp')
-rw-r--r--src/players.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/players.cpp b/src/players.cpp
index 72759398c..3eda2ee4c 100644
--- a/src/players.cpp
+++ b/src/players.cpp
@@ -1033,7 +1033,7 @@ int8 SaveHighScoreValueNetwork()
{
const Player* p;
const Player* pl[MAX_PLAYERS];
- size_t count = 0;
+ uint count = 0;
int8 player = -1;
/* Sort all active players with the highest score first */