1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-25 23:12:56 +00:00

fix stupid typo

This commit is contained in:
Alula 2020-12-04 15:43:06 +01:00
parent 36b2025fc4
commit abc238dae4
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -757,7 +757,7 @@ impl NPC {
pub(crate) fn tick_n103_mannan_projectile(&mut self, state: &mut SharedGameState) -> GameResult {
if self.action_num == 0 {
self.action_num == 1;
self.action_num = 1;
}
self.vel_x += self.direction.vector_x() * 0x20;