(svn r14423) -Codechange: also do r14221 for the strings.

This commit is contained in:
rubidium
2008-09-30 21:18:28 +00:00
parent b650a86e58
commit c9a82ac3e7
49 changed files with 176 additions and 392 deletions

View File

@@ -248,7 +248,7 @@ static bool IsUniquePresidentName(const char *name)
FOR_ALL_COMPANIES(c) {
SetDParam(0, c->index);
GetString(buf, STR_PLAYER_NAME, lastof(buf));
GetString(buf, STR_PRESIDENT_NAME, lastof(buf));
if (strcmp(buf, name) == 0) return false;
}