(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}.
authorrubidium
Fri, 22 Jun 2007 23:41:33 +0000
changeset 7025 bd93a286ac03
parent 7024 918963b35c5f
child 7026 4be03e53daa0
(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
--- a/src/strgen/strgen.cpp	Fri Jun 22 22:42:18 2007 +0000
+++ b/src/strgen/strgen.cpp	Fri Jun 22 23:41:33 2007 +0000
@@ -463,7 +463,7 @@
 
 	// 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},