diff options
Diffstat (limited to 'src/skel')
-rw-r--r-- | src/skel/win/win.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index 2b04a32e..ea139ae6 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -1906,6 +1906,17 @@ _WinMain(HINSTANCE instance, SetErrorMode(SEM_FAILCRITICALERRORS); + +#ifdef NO_MOVIES + gGameState = GS_INIT_FRONTEND; + TRACE("gGameState = GS_INIT_FRONTEND"); + + LoadingScreen(NULL, NULL, "loadsc0"); + if ( !CGame::InitialiseOnceAfterRW() ) + RsGlobal.quit = TRUE; +#endif + + while ( TRUE ) { RwInitialised = TRUE; |