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;