mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'prompt-tidy' into 'master'
Intermission button prompt: Fix slide-out for non-roundqueue contexts See merge request KartKrew/Kart!1516
This commit is contained in:
commit
c35b7d2f4f
1 changed files with 2 additions and 1 deletions
|
|
@ -1613,7 +1613,8 @@ finalcounter:
|
||||||
|
|
||||||
if (Y_CanSkipIntermission())
|
if (Y_CanSkipIntermission())
|
||||||
{
|
{
|
||||||
Y_DrawIntermissionButton(INTERBUTTONSLIDEIN - intertic, 3*TICRATE - timer);
|
const tic_t end = roundqueue.size != 0 ? 3*TICRATE : TICRATE;
|
||||||
|
Y_DrawIntermissionButton(INTERBUTTONSLIDEIN - intertic, end - timer);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue