voice line fix

This commit is contained in:
Sonic Dreamcaster
2024-11-17 00:53:39 -03:00
parent 25e2d5684b
commit 6d6a6dc987
+3 -3
View File
@@ -425,13 +425,13 @@ void Bolse_UpdateEventHandler(ActorEvent* this) {
}
break;
case 660:
case 670:
if (gStarWolfTeamAlive[2] != 0) {
Radio_PlayMessage(gMsg_ID_11120, RCID_PIGMA);
}
break;
case 550:
// @recomp: Fix voice line being cut out
case 540: // Original value: 550
if (gStarWolfTeamAlive[3] != 0) {
Radio_PlayMessage(gMsg_ID_11130, RCID_ANDREW);
}