remove unreachable in curly boss bullet npc

This commit is contained in:
Alula 2022-01-08 01:56:41 +01:00
parent 94514d3b68
commit a10a5f138c
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ impl NPC {
self.vel_x = self.rng.range(-0x80..0x80);
self.vel_y = 0x1000;
}
Direction::FacingPlayer => unreachable!(),
Direction::FacingPlayer => (),
}
self.anim_rect = state.constants.npc.n123_curly_boss_bullet[self.direction as usize];