equal
deleted
inserted
replaced
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 |