From 0c495cb18818c5aabd86fb59d230eada713997bd Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Mon, 3 Jun 2019 01:25:46 +0300 Subject: added NO_MOVIES --- src/skel/win/win.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/skel') 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; -- cgit v1.2.3