summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-08 01:44:19 +0100
committeraap <aap@papnet.eu>2021-01-08 01:44:19 +0100
commitd820df0dbe2301928c8c1e5bf5c368f635a131f5 (patch)
tree07fc300faa61f009bca1ef22cab09434c469b860 /src/animation
parentFix gOneShotCol (diff)
downloadre3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar.gz
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar.bz2
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar.lz
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar.xz
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.tar.zst
re3-d820df0dbe2301928c8c1e5bf5c368f635a131f5.zip
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/CutsceneMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animation/CutsceneMgr.cpp b/src/animation/CutsceneMgr.cpp
index b312236b..003385da 100644
--- a/src/animation/CutsceneMgr.cpp
+++ b/src/animation/CutsceneMgr.cpp
@@ -633,8 +633,8 @@ CCutsceneMgr::RemoveEverythingFromTheWorldForTheBiggestFuckoffCutsceneEver()
CStreaming::RemoveCurrentZonesModels();
CStreaming::SetModelIsDeletable(MI_MALE01);
CStreaming::SetModelTxdIsDeletable(MI_MALE01);
- CStreaming::SetModelIsDeletable(MI_HMOCA);
- CStreaming::SetModelTxdIsDeletable(MI_HMOCA);
+ CStreaming::SetModelIsDeletable(MI_TAXI_D);
+ CStreaming::SetModelTxdIsDeletable(MI_TAXI_D);
CStreaming::SetModelIsDeletable(MI_NIGHTSTICK);
CStreaming::SetModelTxdIsDeletable(MI_NIGHTSTICK);
CStreaming::SetModelIsDeletable(MI_MISSILE);