(svn r13572) -Fix: MSVC x64 complains.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user