mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-27 16:39:55 +02:00
CCam fix
This commit is contained in:
@@ -1601,7 +1601,7 @@ CCam::Process_FollowPedWithMouse(const CVector &CameraTarget, float TargetOrient
|
|||||||
entity = nil;
|
entity = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(CamTargetEntity->GetClump()){
|
if(CamTargetEntity->m_rwObject){
|
||||||
// what's going on here?
|
// what's going on here?
|
||||||
if(RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_PUMP) ||
|
if(RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_PUMP) ||
|
||||||
RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_THROW) ||
|
RpAnimBlendClumpGetAssociation(CamTargetEntity->GetClump(), ANIM_WEAPON_THROW) ||
|
||||||
|
Reference in New Issue
Block a user