This commit is contained in:
John Cote 2015-07-05 19:16:44 -04:00
parent 7ef9d669b5
commit b6de2337d5
2 changed files with 0 additions and 5 deletions

View file

@ -202,7 +202,6 @@ class Playground(Place.Place):
lightsOn.start()
NametagGlobals.setMasterArrowsOn(1)
self.zoneId = requestStatus['zoneId']
self.tunnelOriginList = base.cr.hoodMgr.addLinkTunnelHooks(self, self.loader.nodeList)
how = requestStatus['how']
@ -225,9 +224,7 @@ class Playground(Place.Place):
for light in self.loader.hood.eventLights:
light.reparentTo(hidden)
newsManager = base.cr.newsManager
NametagGlobals.setMasterArrowsOn(0)
for i in self.loader.nodeList:
self.loader.exitAnimatedProps(i)

View file

@ -139,9 +139,7 @@ class Street(BattlePlace.BattlePlace):
for light in self.halloweenLights:
light.reparentTo(hidden)
newsManager = base.cr.newsManager
NametagGlobals.setMasterArrowsOn(0)
self.loader.hood.stopSky()
self.loader.music.stop()
base.localAvatar.setGeom(render)