diff --git a/content/audio/sounds/events/scenario/loose.ogg b/content/audio/sounds/events/scenario/lose.ogg similarity index 100% rename from content/audio/sounds/events/scenario/loose.ogg rename to content/audio/sounds/events/scenario/lose.ogg diff --git a/horizons/scenario/actions.py b/horizons/scenario/actions.py index cd1bcc46867..543bc5b0b61 100644 --- a/horizons/scenario/actions.py +++ b/horizons/scenario/actions.py @@ -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)