Skip to content

Commit

Permalink
Renamed all occurances of loose.ogg to lose.ogg
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek-sagar committed Apr 17, 2012
1 parent 59a4072 commit 2e82200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions horizons/scenario/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ def goal_reached(session, goal_number):
def do_lose(session):
"""Called when player lost"""
show_db_message(session, 'YOU_LOST')
#TODO rename this file to 'lose.ogg'
horizons.main.fife.play_sound('effects', 'content/audio/sounds/events/scenario/loose.ogg')
horizons.main.fife.play_sound('effects', 'content/audio/sounds/events/scenario/lose.ogg')
# drop events after this event
Scheduler().add_new_object(session.scenario_eventhandler.drop_events, session.scenario_eventhandler)

Expand Down

0 comments on commit 2e82200

Please sign in to comment.