aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_items.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-09-12 20:10:37 -0400
committerPaul Gilbert2016-09-12 20:10:37 -0400
commit48235c9055849e29e8aebf95a473bc607b398807 (patch)
treec2d6cba539c6031b516b165096640f758dc05618 /engines/xeen/dialogs_items.cpp
parented9b88354313bf19f867be098b06354c4c1682b3 (diff)
downloadscummvm-rg350-48235c9055849e29e8aebf95a473bc607b398807.tar.gz
scummvm-rg350-48235c9055849e29e8aebf95a473bc607b398807.tar.bz2
scummvm-rg350-48235c9055849e29e8aebf95a473bc607b398807.zip
XEEN: Beginnings of Music class
Diffstat (limited to 'engines/xeen/dialogs_items.cpp')
-rw-r--r--engines/xeen/dialogs_items.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/dialogs_items.cpp b/engines/xeen/dialogs_items.cpp
index 4ad9e240bd..59bf35dfb8 100644
--- a/engines/xeen/dialogs_items.cpp
+++ b/engines/xeen/dialogs_items.cpp
@@ -772,7 +772,7 @@ int ItemsDialog::doItemOptions(Character &c, int actionIndex, int itemIndex, Ite
Interface &intf = *_vm->_interface;
Party &party = *_vm->_party;
Screen &screen = *_vm->_screen;
- SoundManager &sound = *_vm->_sound;
+ Sound &sound = *_vm->_sound;
Spells &spells = *_vm->_spells;
bool isDarkCc = _vm->_files->_isDarkCc;
@@ -1044,7 +1044,7 @@ void ItemsDialog::itemToGold(Character &c, int itemIndex, ItemCategory category,
ItemsMode mode) {
XeenItem &item = c._items[category][itemIndex];
Party &party = *_vm->_party;
- SoundManager &sound = *_vm->_sound;
+ Sound &sound = *_vm->_sound;
if (category == CATEGORY_WEAPON && item._id == 34) {
sound.playFX(21);