mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Exhumed: When Ramses is talking, hide the status bar.
This commit is contained in:
parent
b23424485a
commit
7c5635671e
1 changed files with 1 additions and 0 deletions
|
@ -843,6 +843,7 @@ void StatusMessage(int messageTime, const char* fmt, ...)
|
||||||
|
|
||||||
void DrawStatusBar()
|
void DrawStatusBar()
|
||||||
{
|
{
|
||||||
|
if (nFreeze == 2) return; // Hide when Ramses is talking.
|
||||||
if (hud_size <= Hud_Stbar)
|
if (hud_size <= Hud_Stbar)
|
||||||
{
|
{
|
||||||
UpdateFrame();
|
UpdateFrame();
|
||||||
|
|
Loading…
Reference in a new issue