summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-08-03 19:50:12 +0200
committerGitHub <noreply@github.com>2019-08-03 19:50:12 +0200
commit47e3af6342d2634e240aa924d87af846d186df28 (patch)
treecee07ee5962370d52de0ea348700f88da67104da /src/peds/Ped.h
parentMerge pull request #179 from Nick007J/master (diff)
parentA fix and a function made me notice it (diff)
downloadre3-47e3af6342d2634e240aa924d87af846d186df28.tar
re3-47e3af6342d2634e240aa924d87af846d186df28.tar.gz
re3-47e3af6342d2634e240aa924d87af846d186df28.tar.bz2
re3-47e3af6342d2634e240aa924d87af846d186df28.tar.lz
re3-47e3af6342d2634e240aa924d87af846d186df28.tar.xz
re3-47e3af6342d2634e240aa924d87af846d186df28.tar.zst
re3-47e3af6342d2634e240aa924d87af846d186df28.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index db19619b..3d179822 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -583,6 +583,7 @@ public:
void MakeTyresMuddySectorList(CPtrList&);
uint8 DoesLOSBulletHitPed(CColPoint &point);
bool DuckAndCover(void);
+ void EndFight(uint8);
// Static methods
static CVector GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset);