fixed entId

This commit is contained in:
Dave Schuyler 2003-10-23 03:15:57 +00:00
parent e06875f537
commit 1cbf9ece5f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Entity(DirectObject):
self.level.onEntityDestroy(self.entId)
else:
Entity.notify.warning('Entity %s destroyed after level??' %
self.entid)
self.entId)
del self.level
del self.entId