hedgewars/hwengine.pas
changeset 2689 dfda97c153a4
parent 2688 174c94b8ea72
child 2690 8e83c7e31720
equal deleted inserted replaced
2688:174c94b8ea72 2689:dfda97c153a4
    94 				isSoundEnabled:= false
    94 				isSoundEnabled:= false
    95 				end;
    95 				end;
    96 			FinishProgress;
    96 			FinishProgress;
    97 			PlayMusic;
    97 			PlayMusic;
    98 			SetScale(zoom);
    98 			SetScale(zoom);
    99 			GameState:= gsGame
    99 			GameState:= gsGame;
   100 			end;
   100 			end;
   101 	gsConfirm,
   101 	gsConfirm,
   102 	gsGame: begin
   102 	gsGame: begin
   103 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
   103 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
   104 			ProcessKbd;
   104 			ProcessKbd;