1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-09-28 21:19:24 +00:00

fix overflow in smoke npc

This commit is contained in:
Alula 2021-03-12 17:53:22 +01:00
parent f87b791c87
commit 9d552eaa1a
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -72,6 +72,7 @@ impl NPC {
if self.anim_num > 7 {
self.cond.set_alive(false);
return Ok(());
}
}