equal
deleted
inserted
replaced
265 cScreenHeight:= cNewScreenHeight; |
265 cScreenHeight:= cNewScreenHeight; |
266 |
266 |
267 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true); |
267 ParseCommand('fullscr '+intToStr(LongInt(cFullScreen)), true); |
268 WriteLnToConsole('window resize: ' + IntToStr(cScreenWidth) + ' x ' + IntToStr(cScreenHeight)); |
268 WriteLnToConsole('window resize: ' + IntToStr(cScreenWidth) + ' x ' + IntToStr(cScreenHeight)); |
269 ScriptOnScreenResize(); |
269 ScriptOnScreenResize(); |
270 InitCameraBorders() |
270 InitCameraBorders(); |
271 end; |
271 end; |
272 |
272 |
273 if isTerminated = false then |
273 if isTerminated = false then |
274 begin |
274 begin |
275 CurrTime:= SDL_GetTicks; |
275 CurrTime:= SDL_GetTicks; |