mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-30 01:49:10 +00:00
(svn r20279) -Doc: Doxygen additions/improvements.
This commit is contained in:
@@ -55,8 +55,8 @@ struct LanguagePack : public LanguagePackHeader {
|
||||
|
||||
static char **_langpack_offs;
|
||||
static LanguagePack *_langpack;
|
||||
static uint _langtab_num[32]; // Offset into langpack offs
|
||||
static uint _langtab_start[32]; // Offset into langpack offs
|
||||
static uint _langtab_num[32]; ///< Offset into langpack offs
|
||||
static uint _langtab_start[32]; ///< Offset into langpack offs
|
||||
static bool _keep_gender_data = false; ///< Should we retain the gender data in the current string?
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user