From: Axy Date: Sat, 29 Aug 2026 11:40:40 +0000 (+0200) Subject: Fix X-Git-Url: https://git.uwuaxy.net/sitemap.xml?a=commitdiff_plain;h=631ed14275f8c9e29975d02c55f08cba0cbea000;p=axy%2Fft%2Fpacman.git Fix --- diff --git a/src/pacman/input.py b/src/pacman/input.py index 5c94f89..8675046 100644 --- a/src/pacman/input.py +++ b/src/pacman/input.py @@ -75,6 +75,7 @@ class GameInput(Input): self.next_move = (1, 0) if self.player.can_move() and self.next_move: self.player.go_to(self.next_move) + self.next_move = None @override def get_event(self, event: pygame.event.Event) -> None: