(svn r21113) -Codechange: remove the amount of places where the language pack identifier magic value is

This commit is contained in:
rubidium
2010-11-07 18:35:59 +00:00
parent b75f513a1f
commit 8401322c3e
3 changed files with 5 additions and 5 deletions

View File

@@ -14,6 +14,8 @@
/** Header of a language file. */
struct LanguagePackHeader {
static const uint32 IDENT = 0x474E414C; ///< Identifier for OpenTTD language files, big endian for "LANG"
uint32 ident; ///< 32-bits identifier
uint32 version; ///< 32-bits of auto generated version info which is basically a hash of strings.h
char name[32]; ///< the international name of this language