mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
Update hiscores.c
This commit is contained in:
@@ -481,6 +481,7 @@ static void LoadHighScores(void)
|
||||
{
|
||||
yajl_val entryNode = entriesNode->values[j];
|
||||
HighScoreEntry entry;
|
||||
memset(&entry, 0, sizeof entry);
|
||||
YAJLStr(&entry.Name, entryNode, "Name");
|
||||
int value;
|
||||
YAJLInt(&value, entryNode, "Time");
|
||||
|
Reference in New Issue
Block a user