From 63611408b12100a7894c5da8621e99dca278a372 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Sat, 10 Oct 2020 18:19:49 +0300 Subject: [PATCH] bug fix --- src/text/Text.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/text/Text.cpp b/src/text/Text.cpp index 64f303eb..53259ea0 100644 --- a/src/text/Text.cpp +++ b/src/text/Text.cpp @@ -221,6 +221,7 @@ void CText::LoadMissionText(char *MissionTableName) { char filename[32]; + CMessages::ClearAllMessagesDisplayedByGame(); mission_keyArray.Unload(); mission_data.Unload(); @@ -532,4 +533,4 @@ void TextCopy(wchar *dst, const wchar *src) { while((*dst++ = *src++) != '\0'); -} \ No newline at end of file +}