(svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include "../variables.h"
|
||||
#include "../win32.h"
|
||||
#include "../window.h"
|
||||
#include "../genworld.h"
|
||||
#include "win32_v.h"
|
||||
#include <windows.h>
|
||||
|
||||
@@ -801,7 +800,7 @@ static void Win32GdiMainLoop(void)
|
||||
* real key is in the upper 16 bits (see WM_SYSKEYDOWN in WndProcGdi()) */
|
||||
if ((_pressed_key >> 16) & WKC_TAB &&
|
||||
#endif
|
||||
!_networking && _game_mode != GM_MENU && !IsGeneratingWorld())
|
||||
!_networking && _game_mode != GM_MENU)
|
||||
_fast_forward |= 2;
|
||||
} else if (_fast_forward & 2) {
|
||||
_fast_forward = 0;
|
||||
|
||||
Reference in New Issue
Block a user