1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(svn r14554) -Fix: languages using longer gender names than strgen supports.

This commit is contained in:
rubidium
2008-11-02 11:15:26 +00:00
parent 6043b4574e
commit c03e55b32a

View File

@@ -99,7 +99,7 @@ static char _lang_name[32], _lang_ownname[32], _lang_isocode[16];
static byte _lang_pluralform;
static byte _lang_textdir;
#define MAX_NUM_GENDER 8
static char _genders[MAX_NUM_GENDER][8];
static char _genders[MAX_NUM_GENDER][16];
static int _numgenders;
// contains the name of all cases.