Menus/Replay: fix director button disappearing after watching a Time Attack replay then going to Egg TV

This commit is contained in:
James R 2024-03-17 04:55:24 -07:00
parent d68e7072a2
commit abb3a748d9

View file

@ -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++)