mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Replays: draw missing HUD
- Notably brings back tab display and cecho messages
This commit is contained in:
parent
c1cb76128c
commit
26c72f4299
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ static bool D_Display(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (Playing())
|
||||
if (Playing() || demo.playback)
|
||||
{
|
||||
HU_Drawer();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue