mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 20:04:09 +00:00
added NO_MOVIES
This commit is contained in:
parent
aa1163ccb2
commit
0c495cb188
5 changed files with 45 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue