summaryrefslogtreecommitdiffstats
path: root/src/entities
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-10-09 11:02:21 +0200
committereray orçunus <erayorcunus@gmail.com>2020-10-09 11:24:21 +0200
commita01b14f301afe9cea86f47b3ab27ce999097741a (patch)
tree6717762cc85090ec6aecc99cc052c82039debcbe /src/entities
parentFix POSIX streaming (diff)
downloadre3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.gz
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.bz2
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.lz
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.xz
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.tar.zst
re3-a01b14f301afe9cea86f47b3ab27ce999097741a.zip
Diffstat (limited to 'src/entities')
-rw-r--r--src/entities/Dummy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entities/Dummy.cpp b/src/entities/Dummy.cpp
index 92b69761..544e24a6 100644
--- a/src/entities/Dummy.cpp
+++ b/src/entities/Dummy.cpp
@@ -4,6 +4,8 @@
#include "World.h"
#include "Dummy.h"
+// --MIAMI: file done
+
void *CDummy::operator new(size_t sz) { return CPools::GetDummyPool()->New(); }
void CDummy::operator delete(void *p, size_t sz) { CPools::GetDummyPool()->Delete((CDummy*)p); }