1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 02:45:32 +00:00

Update loadbook.hpp

This commit is contained in:
MAtahualpa 2017-02-12 13:52:36 +01:00 committed by GitHub
parent 7bc65ce05b
commit 5a58ab1837

View file

@ -21,7 +21,7 @@ struct Book
struct BKDTstruct
{
float mWeight;
int mValue, mIsScroll, mSkillID, mEnchant;
int mValue, mIsScroll, mSkillId, mEnchant;
};
BKDTstruct mData;