diff Engine/Objects/Chest.cpp @ 2506:9b96a51011fb

for sound
author Ritor1
date Thu, 25 Sep 2014 10:39:49 +0600
parents a77c34acdbc9
children c7264ab7132f
line wrap: on
line diff
--- a/Engine/Objects/Chest.cpp	Fri Sep 19 18:03:18 2014 +0600
+++ b/Engine/Objects/Chest.cpp	Thu Sep 25 10:39:49 2014 +0600
@@ -163,7 +163,7 @@
       pSpellObject.spell_target_pid = 0;
       pSpellObject.uFacing = 0;
       pSpellObject.Create(0, 0, 0, 0);
-      pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0);
+      pAudioPlayer->PlaySound(SOUND_Explosion, 0, 0, -1, 0, 0, 0, 0);
       pSpellObject.ExplosionTraps();
       chest->uFlags &= 0xFEu;
       if ( uActiveCharacter && !_A750D8_player_speech_timer && !OpenedTelekinesis )