diff --git a/src/game/bondgun.c b/src/game/bondgun.c index 8c99e39c14..4595f75a53 100644 --- a/src/game/bondgun.c +++ b/src/game/bondgun.c @@ -12275,7 +12275,9 @@ bool bgunAmmotypeAllowsUnlimitedAmmo(u32 ammotype) return false; } break; +#ifdef PLATFORM_N64 case AMMOTYPE_PSYCHOSIS: +#endif case AMMOTYPE_17: case AMMOTYPE_BUG: case AMMOTYPE_MICROCAMERA: