From 410d47f1459aa79505198d9d09462aeeaffc612a Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Tue, 6 Feb 2018 20:47:24 +0200 Subject: [PATCH] forgot to undef the debugging NOKEYB macro --- src/dos/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dos/main.c b/src/dos/main.c index 3917e03..92f765d 100644 --- a/src/dos/main.c +++ b/src/dos/main.c @@ -15,7 +15,7 @@ #include "logger.h" #include "tinyfps.h" -#define NOKEYB +#undef NOKEYB static int handle_sball_event(sball_event *ev); static void recalc_sball_matrix(float *xform); -- 1.7.10.4