summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 21:05:57 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 21:05:57 +0000
commitb0ac529a6ff4e087520a14d2a0169f445952e7e0 (patch)
treef545f15ff52b6c1ad6279f7e028f2a058465d672 /src/table/control_codes.h
parent2ae87e72131a8e88327dbb0b5b286accddafe05d (diff)
downloadopenttd-b0ac529a6ff4e087520a14d2a0169f445952e7e0.tar.xz
(svn r23635) -Add: introduce GSText, to allow translating GameScript text, even over network
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r--src/table/control_codes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index a1cfe7576..2237a51d4 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -71,6 +71,8 @@ enum StringControlCode {
SCC_STRING4,
SCC_STRING5,
+ SCC_ENCODED,
+
SCC_STRING,
SCC_COMMA,
SCC_DECIMAL,