mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-03 17:54:06 +00:00
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
f7edf24356
commit
1489376951
@ -64,7 +64,7 @@ namespace MWGui
|
||||
const MWWorld::Store<ESM::GameSetting>& gmst = store->get<ESM::GameSetting>();
|
||||
const MWWorld::Store<ESM::Skill>& skillStore = store->get<ESM::Skill>();
|
||||
|
||||
// NPC can train you in his best 3 skills
|
||||
// NPC can train you in their best 3 skills
|
||||
constexpr size_t maxSkills = 3;
|
||||
std::vector<std::pair<const ESM::Skill*, float>> skills;
|
||||
skills.reserve(maxSkills);
|
||||
|
Loading…
x
Reference in New Issue
Block a user