(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include "../window.h"
|
||||
#include "../network.h"
|
||||
#include "../variables.h"
|
||||
#include "../genworld.h"
|
||||
#include "sdl_v.h"
|
||||
#include <SDL.h>
|
||||
|
||||
@@ -461,7 +460,7 @@ static void SdlVideoMainLoop(void)
|
||||
if (keys[SDLK_TAB])
|
||||
#endif
|
||||
{
|
||||
if (!_networking && _game_mode != GM_MENU && !IsGeneratingWorld()) _fast_forward |= 2;
|
||||
if (!_networking && _game_mode != GM_MENU) _fast_forward |= 2;
|
||||
} else if (_fast_forward & 2) {
|
||||
_fast_forward = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user