summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 56c16add2..ad8bc6363 100644
--- a/sdl.c
+++ b/sdl.c
@@ -542,7 +542,7 @@ static int SdlVideoMainLoop()
#else
if (keys[SDLK_TAB]) {
#endif
- _fast_forward |= 2;
+ if (!_networking) _fast_forward |= 2;
} else if (_fast_forward&2) {
_fast_forward = 0;
}