equal
deleted
inserted
replaced
94 isSoundEnabled:= false |
94 isSoundEnabled:= false |
95 end; |
95 end; |
96 FinishProgress; |
96 FinishProgress; |
97 PlayMusic; |
97 PlayMusic; |
98 SetScale(zoom); |
98 SetScale(zoom); |
99 GameState:= gsGame |
99 GameState:= gsGame; |
100 end; |
100 end; |
101 gsConfirm, |
101 gsConfirm, |
102 gsGame: begin |
102 gsGame: begin |
103 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |
103 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |
104 ProcessKbd; |
104 ProcessKbd; |