1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-07-04 10:56:27 +00:00
This commit is contained in:
Alula 2021-04-21 15:18:17 +02:00
parent e7792002cb
commit 0b6f9191c2
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -741,7 +741,7 @@ impl NPC {
}
if self.anim_counter == 0 {
self.anim_rect = state.constants.npc.n098_fan_right[self.anim_num as usize];
self.anim_rect = state.constants.npc.n096_fan_left[self.anim_num as usize];
}
Ok(())