equal
deleted
inserted
replaced
101 DoGameTick(Lag); |
101 DoGameTick(Lag); |
102 DrawWorld(Lag, SDLPrimSurface); |
102 DrawWorld(Lag, SDLPrimSurface); |
103 end; |
103 end; |
104 gsConsole: begin |
104 gsConsole: begin |
105 DoGameTick(Lag); |
105 DoGameTick(Lag); |
106 // DrawWorld(Lag, SDLPrimSurface); |
106 DrawWorld(Lag, SDLPrimSurface); |
107 // DrawConsole(SDLPrimSurface); |
107 DrawConsole(SDLPrimSurface); |
108 end; |
108 end; |
109 gsExit : begin |
109 gsExit : begin |
110 OnDestroy; |
110 OnDestroy; |
111 end; |
111 end; |
112 end; |
112 end; |