From 786eebfadc3c6f9d53647f8a4766090fba6a585d Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 21 Mar 2024 01:17:40 +0000 Subject: [PATCH] Fix y coord of Kickstart Accel "silver dorito" in battleprisons --- src/k_hud.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/k_hud.cpp b/src/k_hud.cpp index 9cf7463bb..855d36926 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -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;