mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Deprecate and remove NEWZERO macro
This commit is contained in:
@ -91,8 +91,8 @@ class plCreatableListHelper : public plCreatable
|
||||
kCompressed = 1<<1,
|
||||
kWritten = 1<<2,
|
||||
};
|
||||
uint8_t fFlags;
|
||||
std::map<uint16_t,plCreatable*> fItems;
|
||||
uint8_t fFlags;
|
||||
std::map<uint16_t,plCreatable*> fItems;
|
||||
mutable std::vector<plCreatable*> fManagedItems;
|
||||
uint32_t fCompressionThreshold; // NOT WRITTEN
|
||||
std::string fWritten;
|
||||
|
Reference in New Issue
Block a user