mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Replace pnProduct with a (very) thin CoreLib plProduct wrapper around CMake-defined product ID values
This commit is contained in:
@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plNetClientComm.h"
|
||||
|
||||
#include "pnAsyncCore/pnAsyncCore.h"
|
||||
#include "pnProduct/pnProduct.h"
|
||||
#include "plProduct.h"
|
||||
#include "pnNetCli/pnNetCli.h"
|
||||
#include "plNetGameLib/plNetGameLib.h"
|
||||
#include "pnEncryption/plChallengeHash.h"
|
||||
@ -747,9 +747,7 @@ void NetCommStartup () {
|
||||
s_shutdown = false;
|
||||
|
||||
AsyncCoreInitialize();
|
||||
wchar_t productString[256];
|
||||
ProductString(productString, arrsize(productString));
|
||||
LogMsg(kLogPerf, L"Client: %s", productString);
|
||||
LogMsg(kLogPerf, "Client: %s", plProduct::ProductString().c_str());
|
||||
|
||||
NetClientInitialize();
|
||||
NetClientSetErrorHandler(IPreInitNetErrorCallback);
|
||||
|
Reference in New Issue
Block a user