summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-01-15 15:49:01 +0000
committerfrosch <frosch@openttd.org>2012-01-15 15:49:01 +0000
commit0011f9ce45438075bdc4101054fec9b107cb37be (patch)
tree04588b7d38f76a5ce372e13e93246e9bd62f34ef /src/table/control_codes.h
parent15292fa08091e138d9a325ca75a2209225b699b1 (diff)
downloadopenttd-0011f9ce45438075bdc4101054fec9b107cb37be.tar.xz
(svn r23805) -Add: {STRING6} and {STRING7}.
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r--src/table/control_codes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index 2237a51d4..28266c155 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -65,11 +65,14 @@ enum StringControlCode {
SCC_DATE_LONG,
SCC_DATE_ISO,
+ /* Must be consecutive */
SCC_STRING1,
SCC_STRING2,
SCC_STRING3,
SCC_STRING4,
SCC_STRING5,
+ SCC_STRING6,
+ SCC_STRING7,
SCC_ENCODED,