Merge branch 'prisons-kickstartaccel' into 'master'

Fix y coord of Kickstart Accel "silver dorito" in battleprisons

See merge request KartKrew/Kart!2143
This commit is contained in:
toaster 2024-03-21 21:54:29 +00:00
commit 42bb64f813

View file

@ -3145,6 +3145,11 @@ static void K_drawKartAccessibilityIcons(boolean gametypeinfoshown, INT32 fx)
if (r_splitscreen < 2) // adjust to speedometer height
{
if (battleprisons)
{
fy -= 2;
}
if (gametypeinfoshown)
{
fy -= 11;