Pass for some warning fixes (#4501)

This commit is contained in:
Archez 2024-10-31 10:42:27 -04:00 committed by GitHub
parent 98fa5663b4
commit ec1f03e8a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 270 additions and 250 deletions

View file

@ -1473,6 +1473,8 @@ namespace Rando {
case RG_BOMBCHU_20:
SetInventory(ITEM_BOMBCHU, (!state ? ITEM_NONE : ITEM_BOMBCHU));
break;
default:
break;
}
}
break;
@ -1571,6 +1573,8 @@ namespace Rando {
case RG_BOMBCHU_20:
SetInventory(ITEM_BOMBCHU, (!state ? ITEM_NONE : ITEM_BOMBCHU));
break;
default:
break;
}
} break;
}