summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-05 13:21:30 +0000
committerrubidium <rubidium@openttd.org>2010-11-05 13:21:30 +0000
commitf368d0c4492669e302bada17bcb0be20e9342d43 (patch)
tree8d6851e040d563f0f977aa7ae453beb630b7128e /src/table
parentfc0e64586c376f96ba33f13af6c7f7d88ea4cd78 (diff)
downloadopenttd-f368d0c4492669e302bada17bcb0be20e9342d43.tar.xz
(svn r21084) -Codechange: name a variable to cover its actual implementation better
Diffstat (limited to 'src/table')
-rw-r--r--src/table/control_codes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index 6306192d5..288a6b689 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -120,7 +120,7 @@ enum StringControlCode {
SCC_NEWGRF_PRINT_DATE, ///< Read 2 bytes from the stack as base 1920 date
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_LITRES, ///< Read 2 bytes from the stack as signed litres
+ SCC_NEWGRF_PRINT_WORD_VOLUME, ///< Read 2 bytes from the stack as signed volume
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