summaryrefslogtreecommitdiffstats
path: root/src/control/Pickups.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-12 11:40:19 +0100
committerGitHub <noreply@github.com>2020-11-12 11:40:19 +0100
commit90b624a3e09d14f0cdac4d06f7e229498b8252da (patch)
treebd5326fa4029585a0f738100f23f3ab7e98934a3 /src/control/Pickups.h
parentfix wrong blend mode (original bug) (diff)
parentdamn (diff)
downloadre3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar.gz
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar.bz2
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar.lz
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar.xz
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.tar.zst
re3-90b624a3e09d14f0cdac4d06f7e229498b8252da.zip
Diffstat (limited to 'src/control/Pickups.h')
-rw-r--r--src/control/Pickups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Pickups.h b/src/control/Pickups.h
index e48ae3b7..36179f66 100644
--- a/src/control/Pickups.h
+++ b/src/control/Pickups.h
@@ -103,6 +103,7 @@ public:
static bool TryToMerge_WeaponType(CVector pos, eWeaponType weapon, uint8 type, uint32 quantity, bool unused);
static void CreateSomeMoney(CVector, int);
static void DetonateMinesHitByGunShot(CVector *vec1, CVector *vec2);
+ static void RemoveUnnecessaryPickups(const CVector& center, float radius);
static void Load(uint8 *buf, uint32 size);
static void Save(uint8 *buf, uint32 *size);