mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-03 05:32:54 +00:00
Intermission button prompt: Fix slide-out for non-roundqueue contexts
This commit is contained in:
parent
83cbdb4601
commit
59da86e88e
1 changed files with 2 additions and 1 deletions
|
|
@ -1613,7 +1613,8 @@ finalcounter:
|
|||
|
||||
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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue