tcr -> cr

This commit is contained in:
Darren Ranalli 2004-01-22 02:06:28 +00:00
parent 52b35c659f
commit 815d15ee4b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class VisibilityBlocker:
"""derived class should call this before the end of the frame in which
they cause the visibility to be extended. okToUnblockVis (see below)
will be called when it's safe to show the new zones."""
self.accept(self.level.tcr.getNextSetZoneDoneEvent(),
self.accept(self.level.cr.getNextSetZoneDoneEvent(),
self.okToUnblockVis)
def okToUnblockVis(self):