(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp

This commit is contained in:
rubidium
2009-02-25 00:48:04 +00:00
parent 3bb872e7dd
commit 66a8c0a132
2 changed files with 1 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ bool _right_button_clicked; ///< Is right mouse button clicked?
DrawPixelInfo _screen;
bool _screen_disable_anim = false; ///< Disable palette animation (important for 32bpp-anim blitter during giant screenshot)
bool _exit_game;
bool _networking; ///< are we in networking mode?
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
int8 _pause_game;