mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'fix-spb-toggle-button' into 'master'
Level Select: fix misaligned SPB Attack toggle hint Closes #1164 See merge request KartKrew/Kart!2117
This commit is contained in:
commit
6413bacf57
1 changed files with 1 additions and 1 deletions
|
|
@ -3640,7 +3640,7 @@ void M_DrawTimeAttack(void)
|
||||||
|
|
||||||
if (M_EncoreAttackTogglePermitted())
|
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))
|
if ((timeattackmenu.spbflicker == 0 || timeattackmenu.ticker % 2) == (cv_dummyspbattack.value == 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue