Skip to content

Commit 0469849

Browse files
committed
xrGame: restore show game version in main menu on linux
1 parent 33d1ba0 commit 0469849

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xrGame/MainMenu.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,9 +870,7 @@ void CMainMenu::OnConnectToMasterServerOkClicked(CUIWindow*, void*) { Hide_CTMS_
870870
LPCSTR CMainMenu::GetGSVer()
871871
{
872872
static string256 buff;
873-
#ifdef WINDOWS
874873
xr_strcpy(buff, GetGameVersion());
875-
#endif
876874
return buff;
877875
}
878876

0 commit comments

Comments
 (0)