mirror of https://github.com/OpenTTD/OpenTTD
(svn r14554) -Fix: languages using longer gender names than strgen supports.
parent
6043b4574e
commit
c03e55b32a
|
@ -99,7 +99,7 @@ static char _lang_name[32], _lang_ownname[32], _lang_isocode[16];
|
||||||
static byte _lang_pluralform;
|
static byte _lang_pluralform;
|
||||||
static byte _lang_textdir;
|
static byte _lang_textdir;
|
||||||
#define MAX_NUM_GENDER 8
|
#define MAX_NUM_GENDER 8
|
||||||
static char _genders[MAX_NUM_GENDER][8];
|
static char _genders[MAX_NUM_GENDER][16];
|
||||||
static int _numgenders;
|
static int _numgenders;
|
||||||
|
|
||||||
// contains the name of all cases.
|
// contains the name of all cases.
|
||||||
|
|
Loading…
Reference in New Issue