forgot to undef the debugging NOKEYB macro
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 6 Feb 2018 18:47:24 +0000 (20:47 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 6 Feb 2018 18:47:24 +0000 (20:47 +0200)
src/dos/main.c

index 3917e03..92f765d 100644 (file)
@@ -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);