Changeset 250

Show
Ignore:
Timestamp:
01/05/07 04:18:00 (5 years ago)
Author:
mg
Message:

Bugfix: "End game" didn't actually go back fully to demo mode; if you pressed
Esc from the main menu you would just go back to the game. Also, the
background music was not switched back to demo mode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pyspacewar/ui.py

    r249 r250  
    22502250        """End the game in progress.""" 
    22512251        self._new_game(0) 
     2252        self.watch_demo() 
    22522253        self.ui_mode = MainMenuMode(self) 
    22532254