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