mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 02:49:10 +00:00
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
This commit is contained in:
@@ -45,7 +45,7 @@ static char *GetSpecialNameString(char *buff, int ind, int64 *argv, const char *
|
||||
static char *FormatString(char *buff, const char *str, int64 *argv, uint casei, const char *last);
|
||||
|
||||
struct LanguagePack : public LanguagePackHeader {
|
||||
char data[VARARRAY_SIZE]; // list of strings
|
||||
char data[]; // list of strings
|
||||
};
|
||||
|
||||
static char **_langpack_offs;
|
||||
|
Reference in New Issue
Block a user