hedgewars/hwengine.pas
changeset 6682 bf3cf6e60673
parent 6674 4d3209a189ca
child 6700 e04da46ee43c
equal deleted inserted replaced
6681:f46b1a1de2ce 6682:bf3cf6e60673
   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             InitTouchInterface();
   271             end;
   272             end;
   272 
   273 
   273         if isTerminated = false then
   274         if isTerminated = false then
   274             begin
   275             begin
   275             CurrTime:= SDL_GetTicks;
   276             CurrTime:= SDL_GetTicks;