Small modification on returned value for Xbox
This commit is contained in:
@@ -1009,7 +1009,9 @@ int main(int argc, char* argv[])
|
|||||||
if( !g_bAllowMultipleInstances.Get() && HOOKS->CheckForMultipleInstances() )
|
if( !g_bAllowMultipleInstances.Get() && HOOKS->CheckForMultipleInstances() )
|
||||||
{
|
{
|
||||||
ShutdownGame();
|
ShutdownGame();
|
||||||
|
#if !defined(XBOX)
|
||||||
return 0;
|
return 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
ApplyLogPreferences();
|
ApplyLogPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user