diff options
author | aap <aap@papnet.eu> | 2020-09-01 17:30:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 17:30:49 +0200 |
commit | 6fc6ed863547629abaade3f0fb9ef8f3251c5bcc (patch) | |
tree | c52cb6802ffbe2c23af63f8d20477a7bee814502 /src/control/Pickups.h | |
parent | Merge pull request #697 from erorcun/miami (diff) | |
parent | fix melee car damage (diff) | |
download | re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar.gz re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar.bz2 re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar.lz re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar.xz re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.tar.zst re3-6fc6ed863547629abaade3f0fb9ef8f3251c5bcc.zip |
Diffstat (limited to 'src/control/Pickups.h')
-rw-r--r-- | src/control/Pickups.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/control/Pickups.h b/src/control/Pickups.h index 8f6ef4c3..d7d22174 100644 --- a/src/control/Pickups.h +++ b/src/control/Pickups.h @@ -110,6 +110,9 @@ public: static CVehicle *pPlayerVehicle; static CVector StaticCamCoors; static uint32 StaticCamStartTime; + +//TODO(MIAMI) + static void RemoveAllPickupsOfACertainWeaponGroupWithNoAmmo(eWeaponType) {} }; extern uint16 AmmoForWeapon[20]; |