Changed: New STRING_MANAGER type clan

This commit is contained in:
kervala 2012-11-24 20:21:45 +01:00
parent 97e517f5b5
commit 084c457d85
2 changed files with 3 additions and 0 deletions

View file

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

View file

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