From f95b895d1164bf6aab5661992ec3333fe4a8aeeb Mon Sep 17 00:00:00 2001 From: RodrigoDornelles Date: Thu, 2 Nov 2023 15:48:48 -0300 Subject: [PATCH] fix: static declaration of 'game_move' follows non-static declaration --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index b7ef53c..e8d134f 100644 --- a/src/game.c +++ b/src/game.c @@ -1100,7 +1100,7 @@ void game_loop(void) } -static void game_move() +void game_move() { /** player input **/ if (i < joysticks) {