$OpenBSD: patch-src_game_c,v 1.1 2021/02/19 12:07:34 naddy Exp $

Index: src/game.c
--- src/game.c.orig
+++ src/game.c
@@ -23,6 +23,10 @@
 #include "menu.h"
 #include "sys.h"
 
+bool cursor_moving;
+int cursor_timer;
+int rebind_index;
+
 void gameTitle() {
     title_screen = true;
     high_scores_screen = false;
