summaryrefslogtreecommitdiffstats
path: root/src/core/Pools.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2019-10-03 21:28:56 +0200
committerSergeanur <s.anureev@yandex.ua>2019-10-03 21:37:13 +0200
commit72e12f6aae10e294c9265dd58c75db5c5c54bd24 (patch)
tree12444f855de79b35585a712d3137ed15d7b73096 /src/core/Pools.h
parentMerge pull request #219 from Sergeanur/MoneyMessages (diff)
downloadre3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar.gz
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar.bz2
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar.lz
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar.xz
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.tar.zst
re3-72e12f6aae10e294c9265dd58c75db5c5c54bd24.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);
};