default numGarbage to zero

Fixes a toontown crash when you exit
This commit is contained in:
Redmond Urbino 2007-03-12 21:46:39 +00:00
parent 700051ff5f
commit ad030f1b18
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ class GarbageReport(Job):
findCycles=findCycles, doneCallback=doneCallback)
self._printing = False
jobMgr.add(self)
self.numGarbage = 0
def run(self):
# do the garbage collection