diff GUI/UI/UIArena.cpp @ 2534:1bcadc6dd203

enum SOUND_
author Ritor1
date Mon, 09 Feb 2015 19:17:12 +0600
parents a77c34acdbc9
children a902abdfc7f2
line wrap: on
line diff
--- a/GUI/UI/UIArena.cpp	Mon Jan 19 23:10:30 2015 +0600
+++ b/GUI/UI/UIArena.cpp	Mon Feb 09 19:17:12 2015 +0600
@@ -75,7 +75,7 @@
         for ( uint i= 0; i < 4; i++ )
           pParty->pPlayers[i].SetVariable(VAR_Award, (unsigned __int8)pParty->field_7B5_in_arena_quest + 3);
         pParty->PartyFindsGold(gold_transaction_amount, 0);
-        pAudioPlayer->PlaySound(SOUND_Arena_Welcome, 0, 0, -1, 0, 0, 0, 0);
+        pAudioPlayer->PlaySound(SOUND_51heroism03, 0, 0, -1, 0, 0, 0, 0);
         pParty->field_7B5_in_arena_quest = -1;
       }
       else
@@ -88,7 +88,7 @@
         pParty->sRotationY = 512;
         pParty->sRotationX = 0;
         pParty->uFallSpeed = 0;
-        pAudioPlayer->PlaySound(SOUND_Arena_Welcome, 0, 0, -1, 0, 0, 0, 0);
+        pAudioPlayer->PlaySound(SOUND_51heroism03, 0, 0, -1, 0, 0, 0, 0);
       }
     }
   }
@@ -310,5 +310,5 @@
   gold_transaction_amount = v26 * v13;
   for ( i = 0; i < v14; ++i )
     Actor::Arena_summon_actor(monster_ids[rand() % num_monsters], pMonsterArenaPlacements[i].x, pMonsterArenaPlacements[i].y, 1);
-  pAudioPlayer->PlaySound(SOUND_Arena_Welcome, 0, 0, -1, 0, 0, 0, 0);
+  pAudioPlayer->PlaySound(SOUND_51heroism03, 0, 0, -1, 0, 0, 0, 0);
 }
\ No newline at end of file