- Exhumed: When Ramses is talking, hide the status bar.

This commit is contained in:
Christoph Oelckers 2020-09-05 12:01:47 +02:00
parent b23424485a
commit 7c5635671e

View file

@ -843,6 +843,7 @@ void StatusMessage(int messageTime, const char* fmt, ...)
void DrawStatusBar()
{
if (nFreeze == 2) return; // Hide when Ramses is talking.
if (hud_size <= Hud_Stbar)
{
UpdateFrame();