summaryrefslogtreecommitdiff
path: root/src/endingMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/endingMgr.cpp')
-rw-r--r--src/endingMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/endingMgr.cpp b/src/endingMgr.cpp
index 09dfc3c..984b497 100644
--- a/src/endingMgr.cpp
+++ b/src/endingMgr.cpp
@@ -273,7 +273,7 @@ void dEndingMgr_c::executeState_ThanksPeach() {
SE_VOC_KO2_SAVE_PRINCESS
};
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);