mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix segfaults by making this a plString.
This commit is contained in:
@ -57,7 +57,8 @@ private:
|
|||||||
|
|
||||||
plLocation fId;
|
plLocation fId;
|
||||||
uint8_t fFlags;
|
uint8_t fFlags;
|
||||||
std::string fDesc; // description of room
|
plString fDesc; // description of room
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
plNetGroupId() : fFlags(0) {}
|
plNetGroupId() : fFlags(0) {}
|
||||||
|
Reference in New Issue
Block a user