Small modification on returned value for Xbox

This commit is contained in:
Renaud Lepage
2005-11-16 04:32:10 +00:00
parent ebc2586f2f
commit 1d2e3895f3
+2
View File
@@ -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();