mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 21:34:08 +00:00
game logic
This commit is contained in:
parent
49a897c3b3
commit
c1c163d78c
20 changed files with 470 additions and 56 deletions
|
@ -523,6 +523,7 @@ void CGame::ShutDownForRestart(void)
|
|||
CTheScripts::UndoBuildingSwaps();
|
||||
CTheScripts::UndoEntityInvisibilitySettings();
|
||||
CWorld::ClearForRestart();
|
||||
CGameLogic::ClearShortCut();
|
||||
CTimer::Shutdown();
|
||||
CStreaming::FlushRequestList();
|
||||
CStreaming::DeleteAllRwObjects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue