From 4a8c8a53bd5095723883ff52e3b3cf4fb231558c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 19 Sep 2016 00:17:36 +0200 Subject: DM: Rename members of SoundIndex --- engines/dm/inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dm/inventory.cpp') diff --git a/engines/dm/inventory.cpp b/engines/dm/inventory.cpp index 608fadc759..633237945d 100644 --- a/engines/dm/inventory.cpp +++ b/engines/dm/inventory.cpp @@ -1018,7 +1018,7 @@ void InventoryMan::clickOnMouth() { _vm->_championMan->_champions[_vm->_championMan->_leaderIndex]._load += _vm->_dungeonMan->getObjectWeight(handThing) - handThingWeight; setFlag(_vm->_championMan->_champions[_vm->_championMan->_leaderIndex]._attributes, kDMAttributeLoad); } - _vm->_sound->requestPlay(k08_soundSWALLOW, _vm->_dungeonMan->_partyMapX, _vm->_dungeonMan->_partyMapY, kDMSoundModePlayImmediately); + _vm->_sound->requestPlay(kDMSoundIndexSwallow, _vm->_dungeonMan->_partyMapX, _vm->_dungeonMan->_partyMapY, kDMSoundModePlayImmediately); setFlag(curChampion->_attributes, kDMAttributeStatistics); if (_panelContent == kDMPanelContentFoodWaterPoisoned) -- cgit v1.2.3