mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Python file names and SynchedObj SDL state names => plString
This commit is contained in:
@ -173,7 +173,7 @@ public:
|
||||
// NEVER!
|
||||
// If you think it should... talk to Bob. He will explain why it can't be, and beat you up.
|
||||
// If he can't remember, beat him up until he does (or ask Moose).
|
||||
virtual bool DirtySynchState(const char* sdlName, uint32_t sendFlags) { return false; } // don't send link state
|
||||
virtual bool DirtySynchState(const plString& sdlName, uint32_t sendFlags) { return false; } // don't send link state
|
||||
|
||||
virtual void Read(hsStream* s, hsResMgr* mgr);
|
||||
virtual void Write(hsStream* s, hsResMgr* mgr);
|
||||
|
Reference in New Issue
Block a user