From f91e05a66ba2f220d2b92b3f6484ad29b44d37d7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 21 Jun 2007 17:38:59 +0000 Subject: (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. --- src/strgen/strgen.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/strgen/strgen.cpp') diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 221bd0357..81752309d 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -457,10 +457,9 @@ static const CmdStruct _cmd_structs[] = { {"DKBLUE", EmitSingleChar, SCC_DKBLUE, 0, 0}, {"BLACK", EmitSingleChar, SCC_BLACK, 0, 0}, - {"CURRCOMPACT", EmitSingleChar, SCC_CURRENCY_COMPACT, 1, 0}, // compact currency (32 bits) + {"CURRCOMPACT", EmitSingleChar, SCC_CURRENCY_COMPACT, 1, 0}, // compact currency {"REV", EmitSingleChar, SCC_REVISION, 0, 0}, // openttd revision string {"SHORTCARGO", EmitSingleChar, SCC_CARGO_SHORT, 2, 0}, // short cargo description, only ### tons, or ### litres - {"CURRCOMPACT64", EmitSingleChar, SCC_CURRENCY_COMPACT_64, 2, 0}, // compact currency 64 bits // These are special versions of {STRING1} // The first string includes the second string. @@ -501,7 +500,6 @@ static const CmdStruct _cmd_structs[] = { {"NUM", EmitSingleChar, SCC_NUM, 1, 0}, // Signed number {"CURRENCY", EmitSingleChar, SCC_CURRENCY, 1, 0}, - {"CURRENCY64", EmitSingleChar, SCC_CURRENCY_64, 2, 0}, {"WAYPOINT", EmitSingleChar, SCC_WAYPOINT_NAME, 1, 0}, // waypoint name {"STATION", EmitSingleChar, SCC_STATION_NAME, 1, 0}, -- cgit v1.2.3-54-g00ecf