mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge sdl/i_video.c
This commit is contained in:
parent
428ac51c68
commit
fd000248b7
1 changed files with 1 additions and 7 deletions
|
|
@ -360,10 +360,6 @@ static INT32 Impl_SDL_Scancode_To_Keycode(SDL_Scancode code)
|
|||
case SDL_SCANCODE_RGUI: return KEY_RIGHTWIN;
|
||||
default: break;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> srb2/next
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -1422,7 +1418,6 @@ void I_FinishUpdate(void)
|
|||
if (I_SkipFrame())
|
||||
return;
|
||||
|
||||
<<<<<<< HEAD
|
||||
if (st_overlay)
|
||||
{
|
||||
if (cv_ticrate.value)
|
||||
|
|
@ -1434,10 +1429,9 @@ void I_FinishUpdate(void)
|
|||
SCR_DisplayLocalPing();
|
||||
}
|
||||
}
|
||||
=======
|
||||
|
||||
if (marathonmode)
|
||||
SCR_DisplayMarathonInfo();
|
||||
>>>>>>> srb2/next
|
||||
|
||||
// draw captions if enabled
|
||||
if (cv_closedcaptioning.value)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue