From 046984956a05138aa8dad97ac7dcb37d32f3a1a8 Mon Sep 17 00:00:00 2001 From: Ilya Orlov Date: Sat, 27 Oct 2018 21:04:12 +0300 Subject: [PATCH] xrGame: restore show game version in main menu on linux --- src/xrGame/MainMenu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xrGame/MainMenu.cpp b/src/xrGame/MainMenu.cpp index 22cfb4ffad8..b1d5ce435cf 100644 --- a/src/xrGame/MainMenu.cpp +++ b/src/xrGame/MainMenu.cpp @@ -870,9 +870,7 @@ void CMainMenu::OnConnectToMasterServerOkClicked(CUIWindow*, void*) { Hide_CTMS_ LPCSTR CMainMenu::GetGSVer() { static string256 buff; -#ifdef WINDOWS xr_strcpy(buff, GetGameVersion()); -#endif return buff; }