(svn r14810) -Codechange: use the proper style for global variables.

This commit is contained in:
rubidium
2009-01-03 17:09:31 +00:00
parent 455a6e4554
commit 099022224f
4 changed files with 7 additions and 5 deletions

View File

@@ -1189,7 +1189,7 @@ static char *GetSpecialNameString(char *buff, int ind, const int64 *argv, const
return GenPresidentName(buff, GetInt32(&argv), last);
case 4: // song names
return strecpy(buff, origin_songs_specs[GetInt32(&argv) - 1].song_name, last);
return strecpy(buff, _origin_songs_specs[GetInt32(&argv) - 1].song_name, last);
}
/* town name? */