[Steam] Fix compile error

This commit is contained in:
momo5502 2017-01-22 15:01:08 +01:00
parent 78c29360bf
commit 1a0fedf591

View File

@ -70,7 +70,7 @@ namespace Steam
bool SteamAPI_Init()
{
#ifndef DISABLE_STEAM_GAME
if (!Flags::HasFlag("-nosteam"))
if (!Components::Flags::HasFlag("-nosteam"))
{
Proxy::SetGame(10190);
}
@ -83,7 +83,7 @@ namespace Steam
else
{
#ifndef DISABLE_STEAM_GAME
if (!Flags::HasFlag("-nosteam"))
if (!Components::Flags::HasFlag("-nosteam"))
{
Proxy::SetMod("IW4x - Modern Warfare 2");
}