summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-09-01 17:30:49 +0200
committerGitHub <noreply@github.com>2020-09-01 17:30:49 +0200
commit6fc6ed863547629abaade3f0fb9ef8f3251c5bcc (patch)
treec52cb6802ffbe2c23af63f8d20477a7bee814502 /src/control
parentMerge pull request #697 from erorcun/miami (diff)
parentfix melee car damage (diff)
downloadre3-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')
-rw-r--r--src/control/Pickups.h3
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];