summaryrefslogtreecommitdiffstats
path: root/lib/skin_parser/tag_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/tag_table.h')
-rw-r--r--lib/skin_parser/tag_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/skin_parser/tag_table.h b/lib/skin_parser/tag_table.h
index 149f148cca..f84d4ac762 100644
--- a/lib/skin_parser/tag_table.h
+++ b/lib/skin_parser/tag_table.h
@@ -246,6 +246,9 @@ enum skin_token_type {
* characters for parameters are:
* I - Required integer
* i - Nullable integer
+ * D - Required decimal
+ * d - Nullable decimal
+ * Decimals are stored as (whole*10)+part
* S - Required string
* s - Nullable string
* F - Required file name