mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 20:00:34 +00:00
Fixes: PS2/PS2-like menu, Hud, new sliding text found
This commit is contained in:
parent
9b76424540
commit
70aac0f460
12 changed files with 150 additions and 64 deletions
|
@ -2513,8 +2513,10 @@ WinMain(HINSTANCE instance,
|
|||
{
|
||||
if ( gGameState == GS_PLAYING_GAME )
|
||||
CGame::ShutDown();
|
||||
#ifndef MASTER
|
||||
else if ( gGameState == GS_ANIMVIEWER )
|
||||
CAnimViewer::Shutdown();
|
||||
#endif
|
||||
|
||||
CTimer::Stop();
|
||||
|
||||
|
@ -2538,8 +2540,10 @@ WinMain(HINSTANCE instance,
|
|||
|
||||
if ( gGameState == GS_PLAYING_GAME )
|
||||
CGame::ShutDown();
|
||||
#ifndef MASTER
|
||||
else if ( gGameState == GS_ANIMVIEWER )
|
||||
CAnimViewer::Shutdown();
|
||||
#endif
|
||||
|
||||
DMAudio.Terminate();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue