(svn r197) -Fix: Disable Fast Forward in network games visually (didn't work anyways, just showed graphical output)

This commit is contained in:
darkvater
2004-09-10 22:43:40 +00:00
parent 0caa819190
commit 80cb0b7fd6
3 changed files with 5 additions and 2 deletions

2
sdl.c
View File

@@ -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;
}