mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +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 "plGenericVar.h"
|
||||||
#include "pnMessage/plMessage.h"
|
#include "pnMessage/plMessage.h"
|
||||||
|
|
||||||
plNetSharedState::plNetSharedState(char* name) : fServerMayDelete(false)
|
plNetSharedState::plNetSharedState(const char* name) : fServerMayDelete(false)
|
||||||
{
|
{
|
||||||
SetName(name);
|
SetName(name);
|
||||||
}
|
}
|
||||||
|
@ -44,7 +44,7 @@ protected:
|
|||||||
bool fServerMayDelete; // ok to delete (don't save) since this state is equivalent to the default state
|
bool fServerMayDelete; // ok to delete (don't save) since this state is equivalent to the default state
|
||||||
public:
|
public:
|
||||||
|
|
||||||
plNetSharedState(char* name=nil);
|
plNetSharedState(const char* name=nil);
|
||||||
virtual ~plNetSharedState();
|
virtual ~plNetSharedState();
|
||||||
|
|
||||||
virtual void Copy(plNetSharedState* ss);
|
virtual void Copy(plNetSharedState* ss);
|
||||||
|
Reference in New Issue
Block a user