And this too.

This commit is contained in:
ESwordTheCat
2014-04-19 20:00:58 -04:00
committed by ZomgPonies
parent f9e2fbab40
commit 3350cd0b19
+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])]"
world << "DEBUG_OBJECT_POOL: returnToPool([A]) [length(masterPool[A.type])]"
#endif
#undef DEBUG_OBJECT_POOL