mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: New STRING_MANAGER type clan
This commit is contained in:
parent
97e517f5b5
commit
084c457d85
2 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace STRING_MANAGER
|
||||||
case damage_type:
|
case damage_type:
|
||||||
case power_type:
|
case power_type:
|
||||||
case classification_type:
|
case classification_type:
|
||||||
|
case clan:
|
||||||
// enum
|
// enum
|
||||||
f.serial(const_cast<uint32&>(Enum));
|
f.serial(const_cast<uint32&>(Enum));
|
||||||
break;
|
break;
|
||||||
|
@ -332,6 +333,7 @@ namespace STRING_MANAGER
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY( event_faction )
|
NL_STRING_CONVERSION_TABLE_ENTRY( event_faction )
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY( classification_type )
|
NL_STRING_CONVERSION_TABLE_ENTRY( classification_type )
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY( outpost )
|
NL_STRING_CONVERSION_TABLE_ENTRY( outpost )
|
||||||
|
NL_STRING_CONVERSION_TABLE_ENTRY( clan )
|
||||||
NL_END_STRING_CONVERSION_TABLE(TParamType, ParamTypeConversion, NB_PARAM_TYPES)
|
NL_END_STRING_CONVERSION_TABLE(TParamType, ParamTypeConversion, NB_PARAM_TYPES)
|
||||||
|
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
|
|
|
@ -66,6 +66,7 @@ namespace STRING_MANAGER
|
||||||
event_faction,
|
event_faction,
|
||||||
classification_type,
|
classification_type,
|
||||||
outpost,
|
outpost,
|
||||||
|
clan,
|
||||||
|
|
||||||
invalid_value,
|
invalid_value,
|
||||||
NB_PARAM_TYPES = invalid_value
|
NB_PARAM_TYPES = invalid_value
|
||||||
|
|
Loading…
Reference in a new issue