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

This commit is contained in:
ESwordTheCat
2014-04-07 22:41:44 +08:00
committed by ZomgPonies
parent d57ed7287c
commit 489eedf786
+1 -1
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