Why I forgot this small things.

This commit is contained in:
ESwordTheCat
2014-04-07 22:37:25 +08:00
committed by ZomgPonies
parent 3350cd0b19
commit 07d50b4e8d
+1 -1
View File
@@ -87,7 +87,7 @@ var/list/masterPool
. = Object
#if DEBUG_OBJECT_POOL
world << "DEBUG_OBJECT_POOL: getFromPool([A]) [length(masterPool[A])]"
world << "DEBUG_OBJECT_POOL: getFromPool([A.type]) [length(masterPool[A])]"
#endif
if (0 == length(masterPool[A]))