diff --git a/Source/Render/src/VisError.cpp b/Source/Render/src/VisError.cpp index ab8bf4b9..651e7cab 100644 --- a/Source/Render/src/VisError.cpp +++ b/Source/Render/src/VisError.cpp @@ -31,8 +31,9 @@ cVisError& cVisError::operator << (const char *a) ErrH.Abort(buf.c_str()); } buf.clear(); - }else - buf+=a; + } else { + buf += a; + } return *this; } diff --git a/Source/UserInterface/Menu/MultiplayerList.cpp b/Source/UserInterface/Menu/MultiplayerList.cpp index 3ed32c72..bf3d259c 100644 --- a/Source/UserInterface/Menu/MultiplayerList.cpp +++ b/Source/UserInterface/Menu/MultiplayerList.cpp @@ -151,12 +151,13 @@ std::string formatGameInfoWindow(const GameInfo& info) { } //Show version + text += "&FFFFFF - "; if (info.gameVersion == currentShortVersion) { text += "&FFFFFF"; } else { text += "&FF2222"; } - text += " - " + info.gameVersion + "\n"; + text += info.gameVersion + "\n"; //Show map text += "&FFFFFF";