1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Update converter.hpp

Code cosmetics: Change member variable "mSkillID" to "mSkillId" for Book records.
This commit is contained in:
MAtahualpa 2017-02-12 13:51:36 +01:00 committed by GitHub
parent c5dcfe0794
commit 347fb1ff4b

View file

@ -202,7 +202,7 @@ public:
bool isDeleted = false; bool isDeleted = false;
book.load(esm, isDeleted); book.load(esm, isDeleted);
if (book.mData.mSkillID == -1) if (book.mData.mSkillId == -1)
mContext->mPlayer.mObject.mNpcStats.mUsedIds.push_back(Misc::StringUtils::lowerCase(book.mId)); mContext->mPlayer.mObject.mNpcStats.mUsedIds.push_back(Misc::StringUtils::lowerCase(book.mId));
mRecords[book.mId] = book; mRecords[book.mId] = book;