From 00af5bd266cc121135dbe3e1b999ef7f4bdd343b Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 8 Nov 2013 21:34:44 +0100 Subject: [PATCH] dda_queue.c: fix no longer true comment. --- dda_queue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dda_queue.c b/dda_queue.c index fca6975..0e58e0f 100644 --- a/dda_queue.c +++ b/dda_queue.c @@ -93,8 +93,7 @@ void queue_step() { } } - // fall directly into dda_start instead of waiting for another step - // the dda dies not directly after its last step, but when the timer fires and there's no steps to do + // Start the next move if this one is done. if (current_movebuffer->live == 0) next_move(); }