[Steam] Enable steam integration
This commit is contained in:
parent
b06480b260
commit
0b178f5b1b
@ -111,8 +111,7 @@ namespace Steam
|
||||
{
|
||||
bool SteamAPI_Init()
|
||||
{
|
||||
//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);
|
||||
Proxy::SetGame(10190);
|
||||
|
||||
if (!Proxy::Inititalize())
|
||||
{
|
||||
@ -123,7 +122,7 @@ namespace Steam
|
||||
{
|
||||
Proxy::SetMod("IW4x: Modern Warfare 2");
|
||||
Proxy::RunGame();
|
||||
}*/
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user