(svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.

This commit is contained in:
ludde
2005-07-13 20:41:44 +00:00
parent a1ec4aff77
commit be98b1bf7e
2 changed files with 4 additions and 7 deletions

View File

@@ -242,13 +242,13 @@ static const CmdStruct _cmd_structs[] = {
{"COMMA16", EmitSingleByte, 0x7B},
{"COMMA8", EmitSingleByte, 0x7B},
{"NUMU16", EmitSingleByte, 0x7E},
{"NUMU16", EmitSingleByte, 0x7E}, // These two do the same thing nowadays
{"INT32", EmitSingleByte, 0x7E}, // signed 32 bit integer
{"CURRENCY", EmitSingleByte, 0x7F},
// 0x85
{"CURRCOMPACT", EmitEscapedByte, 0}, // compact currency (32 bits)
{"INT32", EmitEscapedByte, 1}, // signed 32 bit integer
{"REV", EmitEscapedByte, 2}, // openttd revision string
{"SHORTCARGO", EmitEscapedByte, 3}, // short cargo description, only ### tons, or ### litres
{"CURRCOMPACT64", EmitEscapedByte, 4}, // compact currency 64 bits