(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:
truelight
2007-03-06 20:59:52 +00:00
parent 5bb9aed844
commit 43133c766c
11 changed files with 22 additions and 22 deletions

View File

@@ -156,7 +156,7 @@ extern DrawPixelInfo _screen;
extern bool _exit_game;
extern bool _networking; ///< are we in networking mode?
extern byte _game_mode;
extern byte _pause;
extern byte _pause_game;
extern int _pal_first_dirty;
extern int _pal_last_dirty;