summaryrefslogtreecommitdiff
path: root/src/creditsMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/creditsMgr.cpp')
-rw-r--r--src/creditsMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creditsMgr.cpp b/src/creditsMgr.cpp
index c8ef8c2..b3c8adc 100644
--- a/src/creditsMgr.cpp
+++ b/src/creditsMgr.cpp
@@ -646,7 +646,7 @@ void dCreditsMgr_c::playerWinAnim() {
SE_VOC_KO2_CLEAR_NORMAL
};
dPlayerModelHandler_c *pmh = (dPlayerModelHandler_c*)(((u32)player) + 0x2A60);
- int voc = vocs[pmh->mdlClass->player_id_1];
+ int voc = vocs[pmh->mdlClass->player_id_2];
nw4r::snd::SoundHandle handle;
PlaySoundWithFunctionB4(SoundRelatedClass, &handle, voc, 1);