summaryrefslogtreecommitdiffstats
path: root/src/core/Pools.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-10-03 22:34:58 +0200
committerGitHub <noreply@github.com>2019-10-03 22:34:58 +0200
commit03df2d57167aea3e1b846ec84c992129e32f1c01 (patch)
treebdf0cb781dd777239f00b0e105cb22847622700d /src/core/Pools.h
parentMerge pull request #219 from Sergeanur/MoneyMessages (diff)
parentFixed some formatting (diff)
downloadre3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar.gz
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar.bz2
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar.lz
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar.xz
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.tar.zst
re3-03df2d57167aea3e1b846ec84c992129e32f1c01.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);
};