1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 03:39:42 +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;