From 48235c9055849e29e8aebf95a473bc607b398807 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 12 Sep 2016 20:10:37 -0400 Subject: XEEN: Beginnings of Music class --- engines/xeen/dialogs_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/xeen/dialogs_options.cpp') diff --git a/engines/xeen/dialogs_options.cpp b/engines/xeen/dialogs_options.cpp index 757634a2ad..72445bf055 100644 --- a/engines/xeen/dialogs_options.cpp +++ b/engines/xeen/dialogs_options.cpp @@ -121,7 +121,7 @@ void OptionsMenu::showTitles1(SpriteResource &sprites) { void OptionsMenu::showTitles2() { Screen &screen = *_vm->_screen; EventsManager &events = *_vm->_events; - SoundManager &sound = *_vm->_sound; + Sound &sound = *_vm->_sound; File voc("elect.voc"); SpriteResource titleSprites("title2b.raw"); -- cgit v1.2.3