Maelstrom: Fixed showing the multiplayer caption after viewing a multiplayer replay

From 774fecdddb0c7c215d56495dfaafe44aa1bd06c3 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 28 Apr 2026 03:27:18 -0700
Subject: [PATCH] Fixed showing the multiplayer caption after viewing a
 multiplayer replay

---
 game/game.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/game/game.cpp b/game/game.cpp
index 20df5566..597954c4 100644
--- a/game/game.cpp
+++ b/game/game.cpp
@@ -922,6 +922,10 @@ GamePanelDelegate::DrawStatus(Bool first)
 			if (m_multiplayerCaption) {
 				m_multiplayerCaption->SetText(caption);
 			}
+		} else {
+			if (m_multiplayerCaption) {
+				m_multiplayerCaption->SetText("");
+			}
 		}
 
 		/* Fill in the color by the frag count */