summaryrefslogtreecommitdiffstats
path: root/src/core/Game.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-29 17:16:40 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-29 17:16:40 +0100
commitf5f153dbfdf7e913e86b25fc234b5374c362233d (patch)
tree5da8d686f09f0fe95814e55ee84f1d4741e413a9 /src/core/Game.cpp
parentEven more fixes & shorten quit screen (diff)
parentfix NewRender typo (diff)
downloadre3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar.gz
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar.bz2
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar.lz
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar.xz
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.tar.zst
re3-f5f153dbfdf7e913e86b25fc234b5374c362233d.zip
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r--src/core/Game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 83d30bb4..ed9d67f4 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -591,7 +591,6 @@ bool CGame::ShutDown(void)
gPhoneInfo.Shutdown();
CWeapon::ShutdownWeapons();
CPedType::Shutdown();
- CMBlur::MotionBlurClose();
for (int32 i = 0; i < NUMPLAYERS; i++)
{
@@ -617,7 +616,7 @@ bool CGame::ShutDown(void)
CStreaming::Shutdown();
CTxdStore::GameShutdown();
CCollision::Shutdown();
- CWaterLevel::DestroyWavyAtomic();
+ CWaterLevel::Shutdown();
CRubbish::Shutdown();
CClouds::Shutdown();
CShadows::Shutdown();
@@ -626,6 +625,7 @@ bool CGame::ShutDown(void)
CWeaponEffects::Shutdown();
CParticle::Shutdown();
CPools::ShutDown();
+ CHud::ReInitialise();
CTxdStore::RemoveTxdSlot(gameTxdSlot);
CMBlur::MotionBlurClose();
CdStreamRemoveImages();