Changeset 244

Show
Ignore:
Timestamp:
01/05/07 03:22:52 (5 years ago)
Author:
mg
Message:

Make all respawns noisy.

Files:
1 modified

Legend:

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

    r243 r244  
    22932293        """Play a sound effect when the player's ship respawns.""" 
    22942294        player_id = self.ships.index(ship) 
    2295         if not self.ai_controlled[player_id]: 
    2296             self.respawn_sound.play() 
     2295        self.respawn_sound.play() 
    22972296 
    22982297    def update_continuous_sounds(self):