summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-04-09 20:26:14 +0000
committerfrosch <frosch@openttd.org>2011-04-09 20:26:14 +0000
commit70f9a6747e6e9cd5a292f36b7f872f3ae3055906 (patch)
tree693a761f85fdf282b5291e65a1716b11d146a698 /src/table/control_codes.h
parent2c8b7a980f446651747e01e27152f91967a30b8c (diff)
downloadopenttd-70f9a6747e6e9cd5a292f36b7f872f3ae3055906.tar.xz
(svn r22304) -Add: {DECIMAL} string code to print decimal fractions.
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 ccebcc864..73d4a2b91 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -72,6 +72,7 @@ enum StringControlCode {
SCC_STRING,
SCC_COMMA,
+ SCC_DECIMAL,
SCC_NUM,
SCC_ZEROFILL_NUM,
SCC_HEX,