summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-08-20 10:30:31 +0200
committeraap <aap@papnet.eu>2021-08-20 10:30:31 +0200
commitc8623cfe09a1f25edd9710c1191f00168c36796f (patch)
tree976c90cd9110a938bddebe093cd631e63fb6db39 /src/vehicles/Automobile.h
parentupdate librw (diff)
downloadre3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar.gz
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar.bz2
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar.lz
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar.xz
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.tar.zst
re3-c8623cfe09a1f25edd9710c1191f00168c36796f.zip
Diffstat (limited to '')
-rw-r--r--src/vehicles/Automobile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h
index 16d86917..f4046e9e 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -160,7 +160,7 @@ public:
void PopBoot(void);
void PopBootUsingPhysics(void);
void CloseAllDoors(void);
- void KnockPedOutCar(eWeaponType weapon, uint16 door, CPed *ped);
+ CPed *KnockPedOutCar(eWeaponType weapon, uint16 door, CPed *ped);
#ifdef COMPATIBLE_SAVES
virtual void Save(uint8*& buf);