hedgewars/hwengine.dpr
changeset 2161 0c8634241fa4
parent 2154 3d2917be12c3
child 2162 2bce91404d49
equal deleted inserted replaced
2160:c83e8608dfd7 2161:0c8634241fa4
    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 			GameState:= gsGame
   101 			GameState:= gsGame
   101 			end;
   102 			end;
   102 	gsConfirm,
   103 	gsConfirm,
   103 	gsGame: begin
   104 	gsGame: begin
   104 			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