mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-09 20:07:25 +00:00
disable encore ruby/flip on record attack menu with kartencore on
This commit is contained in:
parent
22be81ef02
commit
7c7a7bf849
1 changed files with 1 additions and 1 deletions
|
@ -6808,7 +6808,7 @@ static void M_DrawLevelSelectOnly(boolean leftfade, boolean rightfade)
|
|||
|
||||
V_DrawFill(x-1, y-1, w+2, i+2, trans); // variable reuse...
|
||||
|
||||
if (!cv_kartencore.value || cv_newgametype.value != GT_RACE)
|
||||
if (!cv_kartencore.value || gamestate == GS_TIMEATTACK || cv_newgametype.value != GT_RACE)
|
||||
V_DrawSmallScaledPatch(x, y, 0, PictureOfLevel);
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue