changeset 4300 | 687a17c9c557 |
parent 4116 | a8406022f8bc |
child 4434 | 4175805666a5 |
--- a/video/cocoa_v.m Sat Aug 19 09:31:22 2006 +0000 +++ b/video/cocoa_v.m Sat Aug 19 10:00:30 2006 +0000 @@ -56,6 +56,7 @@ #include "../window.h" #include "../network.h" #include "../variables.h" +#include "../genworld.h" #include "../os/macosx/splash.h" #include "cocoa_v.h" @@ -709,7 +710,7 @@ #endif { if (!_networking && _game_mode != GM_MENU) _fast_forward |= 2; - } else if (_fast_forward & 2) { + } else if (_fast_forward & 2 && !IsGeneratingWorld()) { _fast_forward = 0; }