summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-25 00:48:04 +0000
committerrubidium <rubidium@openttd.org>2009-02-25 00:48:04 +0000
commit66a8c0a1325e1f8717150dc6bbe1bcb4fb458bef (patch)
tree4d94c108e5e4a8d42881cca55a746b57170b90be /src/gfx.cpp
parent3bb872e7dd8ec9318cd60bb9ca417b4d80f8fc34 (diff)
downloadopenttd-66a8c0a1325e1f8717150dc6bbe1bcb4fb458bef.tar.xz
(svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 033841e3d..07cb70bac 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -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;