mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Menus/Replay: fix director button disappearing after watching a Time Attack replay then going to Egg TV
This commit is contained in:
parent
d68e7072a2
commit
abb3a748d9
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ static void M_PlaybackTick(void)
|
|||
else
|
||||
{
|
||||
PAUSE_PlaybackMenu[playback_viewcount].status = IT_ARROWS|IT_STRING;
|
||||
PAUSE_PlaybackMenu[playback_director].status = IT_ARROWS|IT_STRING;
|
||||
PAUSE_PlaybackMenu[playback_freecam].status = IT_CALL|IT_STRING;
|
||||
|
||||
for (i = 0; i <= r_splitscreen; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue