diff gamelib/scenes/bridge.py @ 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 af2a23b9787d
children cab67fd696b9
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):