summaryrefslogtreecommitdiff
path: root/src/table/control_codes.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-04-06 23:45:10 +0000
committeryexo <yexo@openttd.org>2010-04-06 23:45:10 +0000
commit705955b1e6b8d37866ead88e11aa996d10202665 (patch)
tree4349a888b7c1578aa42c5d18b1b4697dc4d261c4 /src/table/control_codes.h
parentfaf5e19aaedfa5ec70ddde2ba7be60909899616a (diff)
downloadopenttd-705955b1e6b8d37866ead88e11aa996d10202665.tar.xz
(svn r19570) -Add: [NewGRF] support for extended text code 0x9A 11, print qword
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 38c7f6362..29ad80b26 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -123,6 +123,7 @@ enum StringControlCode {
SCC_NEWGRF_PRINT_HEX_BYTE, ///< Read 1 byte from the stack and print it as hex
SCC_NEWGRF_PRINT_HEX_WORD, ///< Read 2 bytes from the stack and print it as hex
SCC_NEWGRF_PRINT_HEX_DWORD, ///< Read 4 bytes from the stack and print it as hex
+ SCC_NEWGRF_PRINT_HEX_QWORD, ///< Read 8 bytes from the stack and print it as hex
SCC_NEWGRF_PUSH_WORD, ///< Pushes 2 bytes onto the stack
SCC_NEWGRF_UNPRINT, ///< "Unprints" the given number of bytes from the string
SCC_NEWGRF_DISCARD_WORD, ///< Discard the next two bytes