summaryrefslogtreecommitdiffstats
path: root/src/entities/Ped.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-06-27 14:01:55 +0200
committereray orçunus <erayorcunus@gmail.com>2019-06-27 14:01:55 +0200
commit86ecf6523d7127379d0489aa04b857dbbf7dde63 (patch)
tree0d5c9b97b094b53d3c91a7fbd9007afa0a56c2c8 /src/entities/Ped.h
parentstarted filling debug menu (diff)
downloadre3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar.gz
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar.bz2
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar.lz
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar.xz
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.tar.zst
re3-86ecf6523d7127379d0489aa04b857dbbf7dde63.zip
Diffstat (limited to '')
-rw-r--r--src/entities/Ped.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entities/Ped.h b/src/entities/Ped.h
index 34c7a485..37a1cd3d 100644
--- a/src/entities/Ped.h
+++ b/src/entities/Ped.h
@@ -227,7 +227,7 @@ public:
CVector m_vecOffsetFromPhysSurface;
CEntity *m_pCurSurface;
uint8 stuff3[12];
- CPed *m_pSeekTarget;
+ CEntity *m_pSeekTarget;
CVehicle *m_pMyVehicle;
bool bInVehicle;
uint8 stuff4[23];
@@ -273,7 +273,7 @@ public:
void AimGun(void);
void KillPedWithCar(CVehicle *veh, float impulse);
void Say(uint16 audio);
- void SetLookFlag(CPed *target, bool unknown);
+ void SetLookFlag(CEntity *target, bool unknown);
void SetLookFlag(float direction, bool unknown);
void SetLookTimer(int time);
void SetDie(AnimationId anim, float arg1, float arg2);