2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

fix the internal launcher to expect a different filename than the external one, so both can co-exist in the same folder

Internal launchers MUST now be called plUruLauncher, renaming them will break them!
as per request of branan in #64
This commit is contained in:
diafero
2011-08-03 00:25:43 +02:00
parent 3f1fb41c2b
commit 87e228ca36
2 changed files with 5 additions and 9 deletions

View File

@ -116,19 +116,12 @@ static const unsigned AUTH_FAILED_TIMER = 2;
#define FAKE_PASS_STRING "********"
//============================================================================
// External patcher file
// External patcher file (directly starting plClient is not allowed)
//============================================================================
#ifdef PLASMA_EXTERNAL_RELEASE
static wchar s_patcherExeName[] = L"UruLauncher.exe";
//============================================================================
// Internal patcher file
//============================================================================
#else
static wchar s_patcherExeName[] = L"plUruLauncher.exe";
#endif // PLASMA_EXTERNAL_RELEASE
//============================================================================