(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 7521 5ecae08efe65
parent 7520 6544981295fa
child 7522 10627fb7b53d
(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},