aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_options.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-11 08:54:42 -0500
committerPaul Gilbert2015-01-11 08:54:42 -0500
commit49787629ffb86569faebd3155fd65c0cedea0bad (patch)
tree6d7a28ad7c4e70af4ca330a849bc02b86b9f7c05 /engines/xeen/dialogs_options.cpp
parent8f0c5543fbac066a9b0f216ae0747e6cff528a2c (diff)
downloadscummvm-rg350-49787629ffb86569faebd3155fd65c0cedea0bad.tar.gz
scummvm-rg350-49787629ffb86569faebd3155fd65c0cedea0bad.tar.bz2
scummvm-rg350-49787629ffb86569faebd3155fd65c0cedea0bad.zip
XEEN: Various renamings
Diffstat (limited to 'engines/xeen/dialogs_options.cpp')
-rw-r--r--engines/xeen/dialogs_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_options.cpp b/engines/xeen/dialogs_options.cpp
index fb7366c5c7..8f02559837 100644
--- a/engines/xeen/dialogs_options.cpp
+++ b/engines/xeen/dialogs_options.cpp
@@ -54,7 +54,7 @@ void OptionsMenu::execute() {
EventsManager &events = *_vm->_events;
File newBright("newbrigh.m");
- _vm->_sound->playMusic(newBright);
+ _vm->_sound->playSong(newBright);
screen._windows[GAME_WINDOW].setBounds(Common::Rect(72, 25, 248, 175));