Browse Source

Fix segfaults by making this a plString.

Darryl Pogue 10 years ago
parent
commit
992be55e69
  1. 3
      Sources/Plasma/NucleusLib/pnNetCommon/plNetGroup.h

3
Sources/Plasma/NucleusLib/pnNetCommon/plNetGroup.h

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

Loading…
Cancel
Save