Replays: draw missing HUD

- Notably brings back tab display and cecho messages
This commit is contained in:
James R 2024-03-07 10:19:27 -08:00
parent c1cb76128c
commit 26c72f4299

View file

@ -687,7 +687,7 @@ static bool D_Display(void)
}
}
if (Playing())
if (Playing() || demo.playback)
{
HU_Drawer();
}