(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable when the variable can just be unsigned...
This commit is contained in:
@@ -37,7 +37,7 @@ bool _screen_disable_anim = false; ///< Disable palette animation (important f
|
||||
bool _exit_game;
|
||||
bool _networking; ///< are we in networking mode?
|
||||
byte _game_mode;
|
||||
byte _pause_game;
|
||||
int8 _pause_game;
|
||||
int _pal_first_dirty;
|
||||
int _pal_count_dirty;
|
||||
|
||||
|
Reference in New Issue
Block a user