diff options
author | rubidium <rubidium@openttd.org> | 2010-11-05 13:34:39 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-05 13:34:39 +0000 |
commit | a6f4769ec7f811fa9d1806028eeb413a7b2310ac (patch) | |
tree | 13f5e459b6972c2b6145acb55f59dbd37ab8e054 /src/table | |
parent | f368d0c4492669e302bada17bcb0be20e9342d43 (diff) | |
download | openttd-a6f4769ec7f811fa9d1806028eeb413a7b2310ac.tar.xz |
(svn r21085) -Feature-ish: [NewGRF] Implement stringcode 9A 0C (station name)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 288a6b689..ed6e9947f 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -121,6 +121,7 @@ enum StringControlCode { SCC_NEWGRF_PRINT_MONTH_YEAR, ///< Read 2 bytes from the stack as base 1920 date SCC_NEWGRF_PRINT_WORD_SPEED, ///< Read 2 bytes from the stack as signed speed SCC_NEWGRF_PRINT_WORD_VOLUME, ///< Read 2 bytes from the stack as signed volume + SCC_NEWGRF_PRINT_WORD_STATION_NAME, ///< Read 2 bytes from the stack as station name SCC_NEWGRF_PRINT_QWORD_CURRENCY, ///< Read 8 bytes from the stack as currency 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 |