1
0
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:
Darryl Pogue
2015-01-03 13:36:14 -08:00
parent cd9057e840
commit 992be55e69

View File

@ -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) {}