equal
deleted
inserted
replaced
120 gsConfirm, |
120 gsConfirm, |
121 gsGame: begin |
121 gsGame: begin |
122 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |
122 DrawWorld(Lag); // never place between ProcessKbd and DoGameTick - bugs due to /put cmd and isCursorVisible |
123 ProcessKbd; |
123 ProcessKbd; |
124 DoGameTick(Lag); |
124 DoGameTick(Lag); |
125 ProcessVisualGears(Lag); |
125 if not isPaused then ProcessVisualGears(Lag); |
126 end; |
126 end; |
127 gsChat: begin |
127 gsChat: begin |
128 DrawWorld(Lag); |
128 DrawWorld(Lag); |
129 DoGameTick(Lag); |
129 DoGameTick(Lag); |
130 ProcessVisualGears(Lag); |
130 ProcessVisualGears(Lag); |