And this too.

This commit is contained in:
ESwordTheCat
2014-04-07 22:36:02 +08:00
parent 5b05cf5dba
commit e77bae9dad

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])]"
world << "DEBUG_OBJECT_POOL: returnToPool([A]) [length(masterPool[A.type])]"
#endif
#undef DEBUG_OBJECT_POOL