From 25b72b4ea3a1c1e65b165c0b4b317da8decafed6 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Mon, 12 Dec 2011 00:44:42 +0100 Subject: [PATCH] dda.c: remove the hack to set a minimum delay. This in no longer needed, as the timer handles very short delays now properly. --- dda.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dda.c b/dda.c index b4c45dd..48630d9 100644 --- a/dda.c +++ b/dda.c @@ -802,8 +802,6 @@ void dda_step(DDA *dda) { dda->c = c_candidate; } } - if (dda->c == 0) dda->c = 10000; // hack, as we currently need another timer - // set after everything is done. dda->c <<= 8; #endif