hedgewars/hwengine.pas
changeset 7089 6c7210257945
parent 7073 26f960656cc9
child 7111 5ba5a92d74fb
child 7151 ec15d9e1a7e3
--- a/hedgewars/hwengine.pas	Thu May 17 20:01:56 2012 +0200
+++ b/hedgewars/hwengine.pas	Thu May 17 20:19:35 2012 +0200
@@ -82,7 +82,6 @@
         gsConfirm, gsGame:
             begin
             DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
-//            ProcessKbd;
             DoGameTick(Lag);
             ProcessVisualGears(Lag);
             end;