FIXED: chat history clears on disconnect

This commit is contained in:
2026-03-16 19:05:55 +01:00
parent 997c3f2ebe
commit 2bc3be3153
3 changed files with 7 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public:
void renderProgressIndicator( const bool isTouchInterface, const int screenWidth, const int screenHeight, float a );
void addMessage(const std::string& string);
void clearMessages();
void postError(int errCode);
void onGraphicsReset();