mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 12:41:36 +00:00
Formatting fixes
This commit is contained in:
parent
45f25e3f14
commit
0085fb923e
2 changed files with 2 additions and 3 deletions
|
@ -31,7 +31,7 @@ namespace
|
|||
book = LuaUtil::cast<ESM::Book>(rec["template"]);
|
||||
else
|
||||
{
|
||||
book.blank();
|
||||
book.blank();
|
||||
book.mData.mSkillId = -1;
|
||||
}
|
||||
if (rec["name"] != sol::nil)
|
||||
|
@ -75,7 +75,6 @@ namespace
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return book;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue