1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-28 17:09:41 +00:00

Merge branch 'madsbuvi-master-patch-48471' into 'master'

Remove unused member mStackable

See merge request OpenMW/openmw!3987
This commit is contained in:
Alexei Kotov 2024-03-26 22:27:45 +00:00
commit 36ba1702ba

View file

@ -67,7 +67,6 @@ namespace ESM
int32_t mCasterActorId;
RefNum mItem;
Flags mFlags;
bool mStackable;
int32_t mWorsenings;
TimeStamp mNextWorsening;
};