|
|
@ -91,7 +91,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
#if BUILD_TYPE == BUILD_TYPE_DEV |
|
|
|
#if BUILD_TYPE == BUILD_TYPE_DEV |
|
|
|
#define STATUS_PATH L"www2.cyanworlds.com" |
|
|
|
#define STATUS_PATH L"www2.cyanworlds.com" |
|
|
|
#else |
|
|
|
#else |
|
|
|
#define STATUS_PATH L"support.cyanworlds.com" |
|
|
|
#define STATUS_PATH L"account.mystonline.com" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1965,6 +1965,9 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nC |
|
|
|
if( !gClient->StartInit() ) |
|
|
|
if( !gClient->StartInit() ) |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Reestablish exception handler after PhysX stole it
|
|
|
|
|
|
|
|
SetUnhandledExceptionFilter( plCustomUnhandledExceptionFilter ); |
|
|
|
|
|
|
|
|
|
|
|
// I want it on top! I mean it!
|
|
|
|
// I want it on top! I mean it!
|
|
|
|
BringWindowToTop( gClient->GetWindowHandle() ); |
|
|
|
BringWindowToTop( gClient->GetWindowHandle() ); |
|
|
|
|
|
|
|
|
|
|
|