From 7c5635671eeb288db728b26cb00a46b352d53f1d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 5 Sep 2020 12:01:47 +0200 Subject: [PATCH] - Exhumed: When Ramses is talking, hide the status bar. --- source/exhumed/src/status.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/exhumed/src/status.cpp b/source/exhumed/src/status.cpp index d1b8ea95e..febe2925d 100644 --- a/source/exhumed/src/status.cpp +++ b/source/exhumed/src/status.cpp @@ -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();