summaryrefslogtreecommitdiffstats
path: root/src/core/Pools.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-10-04 00:18:47 +0200
committereray orçunus <erayorcunus@gmail.com>2019-10-04 00:18:47 +0200
commit6b4f6e05e2612af715246de58c28128d358b6916 (patch)
treedc2490e7fd6dc7123991840401048c06da6cd3ec /src/core/Pools.h
parentMerge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff)
parentFixed disappearing ammo count (diff)
downloadre3-6b4f6e05e2612af715246de58c28128d358b6916.tar
re3-6b4f6e05e2612af715246de58c28128d358b6916.tar.gz
re3-6b4f6e05e2612af715246de58c28128d358b6916.tar.bz2
re3-6b4f6e05e2612af715246de58c28128d358b6916.tar.lz
re3-6b4f6e05e2612af715246de58c28128d358b6916.tar.xz
re3-6b4f6e05e2612af715246de58c28128d358b6916.tar.zst
re3-6b4f6e05e2612af715246de58c28128d358b6916.zip
Diffstat (limited to 'src/core/Pools.h')
-rw-r--r--src/core/Pools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Pools.h b/src/core/Pools.h
index bdf668c2..4e6bd547 100644
--- a/src/core/Pools.h
+++ b/src/core/Pools.h
@@ -49,4 +49,5 @@ public:
static CVehicle *GetVehicle(int32 handle);
static int32 GetObjectRef(CObject *object);
static CObject *GetObject(int32 handle);
+ static void MakeSureSlotInObjectPoolIsEmpty(int32 handle);
};