mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
This commit is contained in:
@ -56,7 +56,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "pnNetBase/pnNetBase.h"
|
||||
#include "pnAsyncCore/pnAsyncCore.h"
|
||||
#include "pnProduct/pnProduct.h"
|
||||
#include "plProduct.h"
|
||||
#include "pnNetCli/pnNetCli.h"
|
||||
#include "plNetGameLib/plNetGameLib.h"
|
||||
#include "pnEncryption/plChecksum.h"
|
||||
|
@ -869,12 +869,7 @@ void InitAsyncCore () {
|
||||
return;
|
||||
AsyncCoreInitialize();
|
||||
|
||||
wchar_t productString[256];
|
||||
ProductString(productString, arrsize(productString));
|
||||
|
||||
char* log = hsWStringToString(productString);
|
||||
plStatusLog::AddLineS("patcher.log", log);
|
||||
delete[] log;
|
||||
plStatusLog::AddLineS("patcher.log", plProduct::ProductString().c_str());
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
Reference in New Issue
Block a user