hedgewars/hwengine.pas
changeset 3799 5341dc5a8919
parent 3779 3351a017d4ad
child 3803 e4a8a4e378de
equal deleted inserted replaced
3798:7dcfdd595b30 3799:5341dc5a8919
    83         gsGame: begin
    83         gsGame: begin
    84                 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
    84                 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
    85                 ProcessKbd;
    85                 ProcessKbd;
    86                 if not isPaused then
    86                 if not isPaused then
    87                     begin
    87                     begin
    88                     if ReadyTimeLeft = 0 then DoGameTick(Lag);
    88                     DoGameTick(Lag);
    89                     ProcessVisualGears(Lag);
    89                     ProcessVisualGears(Lag);
    90                     end;
    90                     end;
    91                 end;
    91                 end;
    92         gsChat: begin
    92         gsChat: begin
    93                 DrawWorld(Lag);
    93                 DrawWorld(Lag);