mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
13347aeffa
commit
8465076ec9
1 changed files with 0 additions and 8 deletions
|
@ -234,13 +234,6 @@ int main(int argc, char **argv)
|
|||
#if defined(NL_OS_WINDOWS)
|
||||
|
||||
#if FINAL_VERSION
|
||||
//if (sCmdLine.find("/multi") == string::npos) // If '/multi' not found
|
||||
//{
|
||||
// HANDLE mutex = CreateMutex (NULL, false, "RyzomClient");
|
||||
// if (mutex && GetLastError() == ERROR_ALREADY_EXISTS)
|
||||
// exit (0);
|
||||
//}
|
||||
|
||||
//initCrashReport ();
|
||||
#endif // FINAL_VERSION
|
||||
|
||||
|
@ -308,7 +301,6 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
#else
|
||||
|
||||
// TODO for Linux : splashscreen
|
||||
|
||||
// Delete the .sh file because it s not useful anymore
|
||||
|
|
Loading…
Reference in a new issue