mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 06:50:35 +00:00
Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixes
This commit is contained in:
parent
1fa852f118
commit
f71953077d
35 changed files with 1428 additions and 1134 deletions
|
@ -2508,9 +2508,11 @@ WinMain(HINSTANCE instance,
|
|||
{
|
||||
if ( gGameState == GS_PLAYING_GAME )
|
||||
CGame::ShutDown();
|
||||
#ifndef MASTER
|
||||
else if ( gGameState == GS_ANIMVIEWER )
|
||||
CAnimViewer::Shutdown();
|
||||
|
||||
#endif
|
||||
|
||||
CTimer::Stop();
|
||||
|
||||
if ( FrontEndMenuManager.m_bFirstTime == true )
|
||||
|
@ -2533,8 +2535,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