hedgewars/hwengine.dpr
changeset 1650 a65681cc27c2
parent 1645 f010d68adbb7
child 1651 f590918e15e9
equal deleted inserted replaced
1649:938a0fda0206 1650:a65681cc27c2
    87 				isSEBackup:= isSoundEnabled;
    87 				isSEBackup:= isSoundEnabled;
    88 				isSoundEnabled:= false
    88 				isSoundEnabled:= false
    89 				end;
    89 				end;
    90 			FinishProgress;
    90 			FinishProgress;
    91 			PlayMusic;
    91 			PlayMusic;
       
    92 			SetDefaultBinds;
    92 			GameState:= gsGame
    93 			GameState:= gsGame
    93 			end;
    94 			end;
    94 	gsConfirm,
    95 	gsConfirm,
    95 	gsGame: begin
    96 	gsGame: begin
    96 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible
    97 			DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible