fix a mistake

This commit is contained in:
coco875 2025-12-07 21:20:54 +01:00
parent 212d11a61f
commit a2b60184fd
1 changed files with 2 additions and 2 deletions

View File

@ -6445,8 +6445,8 @@ void func_8006CEC0(Player* arg0, s16 arg1, s8 playerId, s8 arg3) {
}
void func_8006D194(Player* player, s8 playerIndex, s8 arg2) {
if (player->particlePool2[2].isAlive == 1) {
switch (player->particlePool2[2].type) {
if (player->particlePool2[0].isAlive == 1) {
switch (player->particlePool2[0].type) {
case 2:
func_80064DEC(player, playerIndex, arg2, 0);
break;