From aefee3d3753105bd1bb0e086dbe807e47688b331 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 20 Aug 2011 23:16:49 +0000 Subject: (svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values. --- src/table/control_codes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table/control_codes.h') diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 4d86b5a30..55f148653 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -120,8 +120,8 @@ enum StringControlCode { SCC_NEWGRF_PRINT_WORD_STRING_ID, ///< Read 2 bytes from the stack as String ID SCC_NEWGRF_PRINT_WORD_DATE_LONG, ///< Read 2 bytes from the stack as base 1920 date SCC_NEWGRF_PRINT_WORD_DATE_SHORT, ///< Read 2 bytes from the stack as base 1920 date - SCC_NEWGRF_PRINT_WORD_SPEED, ///< Read 2 bytes from the stack as unsigned speed - SCC_NEWGRF_PRINT_WORD_VOLUME, ///< Read 2 bytes from the stack as unsigned volume + 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_WEIGHT, ///< Read 2 bytes from the stack as unsigned weight 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 -- cgit v1.2.3-54-g00ecf