| 35 | CSpecificCharacter::~CSpecificCharacter() {} |
| 36 | |
| 37 | void CSpecificCharacter::InitXmlIdToIndex() |
| 38 | { |
| 39 | if (!id_to_index::tag_name) |
| 40 | id_to_index::tag_name = "specific_character"; |
| 41 | if (!id_to_index::file_str) |
| 42 | id_to_index::file_str = pSettings->r_string("profiles", "specific_characters_files"); |
| 43 | } |
| 44 | |
| 45 | void CSpecificCharacter::Load(shared_str id) |
| 46 | { |