forked from mirror/OpenTTD
(svn r3953) - Grr, compile before you commit. Wrong merge of 3529/3553 in r3948
This commit is contained in:
@@ -501,7 +501,6 @@ static char *FormatString(char *buff, const char *str, const int32 *argv, uint c
|
||||
case 0x81: // {STRINL}
|
||||
buff = GetStringWithArgs(buff, ReadLE16Unaligned(str), argv);
|
||||
str += 2;
|
||||
buff = GetStringWithArgs(buff, READ_LE_UINT16(str-2), argv);
|
||||
break;
|
||||
case 0x82: // {DATE_LONG}
|
||||
buff = FormatYmdString(buff, GetInt32(&argv));
|
||||
|
Reference in New Issue
Block a user