diff options
Diffstat (limited to 'utils/themeeditor/skin_parser.c')
| -rw-r--r-- | utils/themeeditor/skin_parser.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_parser.c b/utils/themeeditor/skin_parser.c index 9fd9001..d118e9b 100644 --- a/utils/themeeditor/skin_parser.c +++ b/utils/themeeditor/skin_parser.c @@ -481,6 +481,9 @@ int skin_parse_tag(struct skin_element* element, char** document) if(*cursor == COMMENTSYM) skip_comment(&cursor); + /* Storing the type code */ + element->params[i].type_code = *tag_args; + /* Checking a nullable argument for null */ if(*cursor == DEFAULTSYM) { |