summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-19 13:53:54 +0000
committerrubidium <rubidium@openttd.org>2009-11-19 13:53:54 +0000
commit2f0b1ef5f136bd32fd7be8253c034048e59a490e (patch)
tree1e00d989610c6967ef7a271db370bf4a826fa7e3 /src/table/control_codes.h
parent4987d97810a74dc1b070e44fd15a6943fb7dfaab (diff)
downloadopenttd-2f0b1ef5f136bd32fd7be8253c034048e59a490e.tar.xz
(svn r18181) -Add: the concept of zero filled numbers to strgen
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r--src/table/control_codes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index dea4ff822..cf533847a 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -72,6 +72,7 @@ enum StringControlCode {
SCC_STRING,
SCC_COMMA,
SCC_NUM,
+ SCC_ZEROFILL_NUM,
SCC_HEX,
SCC_BYTES,