mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 13:31:15 +00:00
Level Select: fix misaligned SPB Attack toggle hint
What was this flag even doing here?
This commit is contained in:
parent
35d9079140
commit
033edd0c75
1 changed files with 1 additions and 1 deletions
|
|
@ -3635,7 +3635,7 @@ void M_DrawTimeAttack(void)
|
|||
|
||||
if (M_EncoreAttackTogglePermitted())
|
||||
{
|
||||
K_drawButtonAnim(buttonx + 35, buttony - 3, V_SNAPTOLEFT, kp_button_r, timeattackmenu.ticker);
|
||||
K_drawButtonAnim(buttonx + 35, buttony - 3, 0, kp_button_r, timeattackmenu.ticker);
|
||||
}
|
||||
|
||||
if ((timeattackmenu.spbflicker == 0 || timeattackmenu.ticker % 2) == (cv_dummyspbattack.value == 1))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue