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