mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
(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