(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
a symbol called _pause (and therefor our variable conflicts with thatone. We shouldn't be using _ as global indicator.....)
This commit is contained in:
@@ -1611,7 +1611,7 @@ bool LoadOldSaveGame(const char *file)
|
||||
|
||||
fclose(ls.file);
|
||||
|
||||
_pause = 2;
|
||||
_pause_game = 2;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user