Skip to content

Commit

Permalink
Merge pull request unknown-horizons#56 from Vivek-sagar/rename2
Browse files Browse the repository at this point in the history
Renamed all occurances of loose.ogg to lose.ogg
  • Loading branch information
Kilian K. committed Apr 17, 2012
2 parents ee71713 + 2e82200 commit 48d869d
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 @@ -118,8 +118,7 @@ def goal_reached(session, goal_number):
def do_lose(session):
"""The player fails the current scenario."""
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 48d869d

Please sign in to comment.