Merge remote-tracking branch 'iw4x/develop' into develop

This commit is contained in:
INeedBots 2020-12-09 14:58:09 -06:00
commit 9066b5fc05
2 changed files with 4 additions and 2 deletions

View File

@ -907,6 +907,7 @@ namespace Components
Menus::Add("ui_mp/pc_store.menu");
Menus::Add("ui_mp/iw4x_credits.menu");
Menus::Add("ui_mp/resetclass.menu");
Menus::Add("ui_mp/popup_customtitle.menu");
}
Menus::~Menus()

View File

@ -111,7 +111,8 @@ namespace Steam
{
bool SteamAPI_Init()
{
Proxy::SetGame(10190);
//The latest steam update has broke IW4x's steam integration. As of now the best way of dealing with this is to just disable it. This has been commented out so that if fixed, this may be easily enabled once again.
/*Proxy::SetGame(10190);
if (!Proxy::Inititalize())
{
@ -122,7 +123,7 @@ namespace Steam
{
Proxy::SetMod("IW4x: Modern Warfare 2");
Proxy::RunGame();
}
}*/
return true;
}