hedgewars/hwengine.pas
changeset 12831 1fbc0d5a82d0
parent 12818 d3113a4cba36
child 12844 22cc3d82905a
equal deleted inserted replaced
12830:ffa905c96dd8 12831:1fbc0d5a82d0
   370         end;
   370         end;
   371 
   371 
   372     if not allOK then exit;
   372     if not allOK then exit;
   373     //SDL_StartTextInput();
   373     //SDL_StartTextInput();
   374     SDL_ShowCursor(0);
   374     SDL_ShowCursor(0);
   375     SDL_SetRelativeMouseMode(true);
       
   376 
   375 
   377 
   376 
   378 {$IFDEF USE_VIDEO_RECORDING}
   377 {$IFDEF USE_VIDEO_RECORDING}
   379     if GameType = gmtRecord then
   378     if GameType = gmtRecord then
   380         InitOffscreenOpenGL()
   379         InitOffscreenOpenGL()