From: John Tsiombikas Date: Tue, 6 Feb 2018 18:47:24 +0000 (+0200) Subject: forgot to undef the debugging NOKEYB macro X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=410d47f1459aa79505198d9d09462aeeaffc612a forgot to undef the debugging NOKEYB macro --- 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);