summaryrefslogtreecommitdiffstats
path: root/src/core/AnimViewer.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-01-31 12:57:00 +0100
committerGitHub <noreply@github.com>2020-01-31 12:57:00 +0100
commite1e76f510e798d45db98354b739eaf5c1c95576d (patch)
treefee9bcb43054041fee538979c98f789dcb5242f1 /src/core/AnimViewer.cpp
parentRC toyz crashfix (diff)
parentCRemote (diff)
downloadre3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar.gz
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar.bz2
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar.lz
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar.xz
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.tar.zst
re3-e1e76f510e798d45db98354b739eaf5c1c95576d.zip
Diffstat (limited to 'src/core/AnimViewer.cpp')
-rw-r--r--src/core/AnimViewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/AnimViewer.cpp b/src/core/AnimViewer.cpp
index 86b22ec5..a2d7b94a 100644
--- a/src/core/AnimViewer.cpp
+++ b/src/core/AnimViewer.cpp
@@ -289,7 +289,7 @@ CAnimViewer::Update(void)
}
newEntity->GetPosition() = CVector(0.0f, 0.0f, 0.0f);
CWorld::Add(newEntity);
- TheCamera.TakeControl(pTarget, 9, 2, 1);
+ TheCamera.TakeControl(pTarget, CCam::MODE_MODELVIEW, JUMP_CUT, CAM_CONTROLLER_1);
}
if (pTarget->m_type == ENTITY_TYPE_VEHICLE || pTarget->m_type == ENTITY_TYPE_PED || pTarget->m_type == ENTITY_TYPE_OBJECT) {
((CPhysical*)pTarget)->m_vecMoveSpeed = CVector(0.0f, 0.0f, 0.0f);