Changeset 244
- Timestamp:
- 01/05/07 03:22:52 (5 years ago)
- Files:
-
- 1 modified
-
trunk/src/pyspacewar/ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pyspacewar/ui.py
r243 r244 2293 2293 """Play a sound effect when the player's ship respawns.""" 2294 2294 player_id = self.ships.index(ship) 2295 if not self.ai_controlled[player_id]: 2296 self.respawn_sound.play() 2295 self.respawn_sound.play() 2297 2296 2298 2297 def update_continuous_sounds(self):
