equal
deleted
inserted
replaced
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; |
|
93 GameState:= gsGame |
92 GameState:= gsGame |
94 end; |
93 end; |
95 gsConfirm, |
94 gsConfirm, |
96 gsGame: begin |
95 gsGame: begin |
97 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |
96 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |