video/win32_v.c
changeset 4300 c7e43c47a2b9
parent 4258 087d44b3514f
child 4434 a08cb4b5c179
--- a/video/win32_v.c	Sat Aug 19 09:31:22 2006 +0000
+++ b/video/win32_v.c	Sat Aug 19 10:00:30 2006 +0000
@@ -9,6 +9,7 @@
 #include "../variables.h"
 #include "../win32.h"
 #include "../window.h"
+#include "../genworld.h"
 #include "win32_v.h"
 #include <windows.h>
 
@@ -792,7 +793,7 @@
 			 * 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)
+			    !_networking && _game_mode != GM_MENU && !IsGeneratingWorld())
 				_fast_forward |= 2;
 		} else if (_fast_forward & 2) {
 			_fast_forward = 0;