hedgewars/hwengine.dpr
changeset 2162 2bce91404d49
parent 2161 0c8634241fa4
child 2171 8208946331ba
equal deleted inserted replaced
2161:0c8634241fa4 2162:2bce91404d49
    95 				isSEBackup:= isSoundEnabled;
    95 				isSEBackup:= isSoundEnabled;
    96 				isSoundEnabled:= false
    96 				isSoundEnabled:= false
    97 				end;
    97 				end;
    98 			FinishProgress;
    98 			FinishProgress;
    99 			PlayMusic;
    99 			PlayMusic;
   100 			SetScale(1.5);
   100 			SetScale(zoom);
   101 			GameState:= gsGame
   101 			GameState:= gsGame
   102 			end;
   102 			end;
   103 	gsConfirm,
   103 	gsConfirm,
   104 	gsGame: begin
   104 	gsGame: begin
   105 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
   105 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible