mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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();
|
HU_Drawer();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue