1
0
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:
jvoisin 2023-08-15 14:55:13 +00:00 committed by Evil Eye
parent f7edf24356
commit 1489376951

View File

@ -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);