aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_input.cpp')
-rw-r--r--engines/xeen/dialogs_input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/dialogs_input.cpp b/engines/xeen/dialogs_input.cpp
index 40b8847d14..50d6ed2eca 100644
--- a/engines/xeen/dialogs_input.cpp
+++ b/engines/xeen/dialogs_input.cpp
@@ -135,7 +135,7 @@ int StringInput::execute(bool type, const Common::String &expected,
Screen &screen = *_vm->_screen;
Scripts &scripts = *_vm->_scripts;
Window &w = screen._windows[6];
- SoundManager &sound = *_vm->_sound;
+ Sound &sound = *_vm->_sound;
int result = 0;
w.open();