changeset 469:b7de5b3608d3 1.0.0

Fix a crash bug on win. Doesn't count. Still 1.0.0 FINAL.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 29 Aug 2010 01:51:58 +0200
parents 44efcd108f70
children f98e1b326250
files gamelib/scenes/bridge.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sun Aug 29 01:48:59 2010 +0200
+++ b/gamelib/scenes/bridge.py	Sun Aug 29 01:51:58 2010 +0200
@@ -455,7 +455,6 @@
         if self.state.scenes['bridge'].get_data('ai status') == 'looping':
             return Result("You could change the destination, but when JIM recovers, it'll just get reset.")
         if self.state.scenes['bridge'].get_data('ai status') == 'dead':
-            self.state.set_current_scene('won')
             return Result("You change the destination.", soundfile="beep550.ogg", end_game=True)
 
 class CompUpButton(Thing):