From f2730396da8f8c3d84a3003a4623990d939fdf89 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 19 Jun 2008 09:15:52 +0000 Subject: (svn r13572) -Fix: MSVC x64 complains. --- src/players.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/players.cpp') 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 */ -- cgit v1.2.3-54-g00ecf