From 2d42f4544d4ca0d634b5eb578c64f243bfd5d713 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 22 Jun 2007 23:41:33 +0000 Subject: (svn r10289) -Fix [FS#735]: {COMPANY} takes two arguments. As this was not properly accounted for the plural rule used the second argument of {COMPANY} instead of the later {COMMA}. --- src/strgen/strgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strgen') diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp index 81752309d..2433f7394 100644 --- a/src/strgen/strgen.cpp +++ b/src/strgen/strgen.cpp @@ -463,7 +463,7 @@ static const CmdStruct _cmd_structs[] = { // These are special versions of {STRING1} // The first string includes the second string. - {"COMPANY", EmitSingleChar, SCC_STRING1, 1, 0}, + {"COMPANY", EmitSingleChar, SCC_STRING1, 2, 0}, {"PLAYERNAME", EmitSingleChar, SCC_STRING1, 1, 0}, {"VEHICLE", EmitSingleChar, SCC_STRING1, 1, 0}, -- cgit v1.2.3-54-g00ecf