mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 15:57:59 +03:00
Redo specialization field
This commit is contained in:
parent
ea3eeb6bad
commit
c311caef9a
4 changed files with 8 additions and 15 deletions
|
@ -10,6 +10,7 @@ namespace ESM
|
|||
{
|
||||
const std::string_view Class::sGmstSpecializationIds[3]
|
||||
= { "sSpecializationCombat", "sSpecializationMagic", "sSpecializationStealth" };
|
||||
const std::string_view Class::indexToLuaId[3] = { "combat", "magic", "stealth" };
|
||||
|
||||
int32_t& Class::CLDTstruct::getSkill(int index, bool major)
|
||||
{
|
||||
|
|
|
@ -30,8 +30,8 @@ namespace ESM
|
|||
Magic = 1,
|
||||
Stealth = 2
|
||||
};
|
||||
|
||||
static const std::string_view sGmstSpecializationIds[3];
|
||||
static const std::string_view indexToLuaId[3];
|
||||
|
||||
struct CLDTstruct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue