Skip to content

Commit

Permalink
xrGame: restore show game version in main menu on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 33d1ba0 commit 0469849
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xrGame/MainMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0469849

Please sign in to comment.