...it's a type too ;_;.

This commit is contained in:
ESwordTheCat
2014-04-07 22:41:44 +08:00
parent 9b0de35a27
commit 92dba6de37

View File

@@ -114,7 +114,7 @@ var/list/masterPool
masterPool[A.type] = masterPool[A.type] + Object
#if DEBUG_OBJECT_POOL
world << "DEBUG_OBJECT_POOL: returnToPool([A]) [length(masterPool[A.type])]"
world << "DEBUG_OBJECT_POOL: returnToPool([A.type]) [length(masterPool[A.type])]"
#endif
#undef DEBUG_OBJECT_POOL