mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Const strings for plNetSharedState.
This commit is contained in:
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plGenericVar.h"
|
||||
#include "pnMessage/plMessage.h"
|
||||
|
||||
plNetSharedState::plNetSharedState(char* name) : fServerMayDelete(false)
|
||||
plNetSharedState::plNetSharedState(const char* name) : fServerMayDelete(false)
|
||||
{
|
||||
SetName(name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user