1
0
mirror of https://github.com/td512/re3.git synced 2026-03-03 03:07:43 +00:00

Update CopPed.cpp

This commit is contained in:
blingu
2020-05-24 17:36:37 +02:00
committed by GitHub
parent 25d3f948d3
commit 55ece14f42

View File

@@ -257,7 +257,7 @@ CCopPed::ArrestPlayer(void)
CAnimManager::BlendAnimation(GetClump(), ASSOCGRP_STD, ANIM_ARREST_GUN, 4.0f);
CVector suspMidPos;
suspect->m_pedIK.GetComponentPosition(*(RwV3d*)&suspMidPos, PED_MID);
suspect->m_pedIK.GetComponentPosition(*(RwV3d *)&suspMidPos, PED_MID);
m_fRotationDest = CGeneral::GetRadianAngleBetweenPoints(suspMidPos.x, suspMidPos.y,
GetPosition().x, GetPosition().y);