Merge remote-tracking branch 'iw4x/develop' into develop
This commit is contained in:
@ -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()
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user