mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 20:09:00 +00:00
CCam fix
This commit is contained in:
parent
e7c18fc17f
commit
f5195ca185
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ CCam::Process_FollowPedWithMouse(const CVector &CameraTarget, float TargetOrient
|
|||
entity = nil;
|
||||
}
|
||||
|
||||
if(CamTargetEntity->GetClump()){
|
||||
if(CamTargetEntity->m_rwObject){
|
||||
// what's going on here?
|
||||
if(RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_PUMP) ||
|
||||
RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_THROW) ||
|
||||
|
|
Loading…
Reference in a new issue