(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:
@@ -37,7 +37,7 @@ DrawPixelInfo _screen;
|
||||
bool _exit_game;
|
||||
bool _networking; ///< are we in networking mode?
|
||||
byte _game_mode;
|
||||
byte _pause;
|
||||
byte _pause_game;
|
||||
int _pal_first_dirty;
|
||||
int _pal_last_dirty;
|
||||
|
||||
|
Reference in New Issue
Block a user