summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_parser.c')
-rw-r--r--utils/themeeditor/skin_parser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/skin_parser.c b/utils/themeeditor/skin_parser.c
index 9fd9001790..d118e9b97b 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)
481 if(*cursor == COMMENTSYM) 481 if(*cursor == COMMENTSYM)
482 skip_comment(&cursor); 482 skip_comment(&cursor);
483 483
484 /* Storing the type code */
485 element->params[i].type_code = *tag_args;
486
484 /* Checking a nullable argument for null */ 487 /* Checking a nullable argument for null */
485 if(*cursor == DEFAULTSYM) 488 if(*cursor == DEFAULTSYM)
486 { 489 {