summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strgen/strgen.h')
-rw-r--r--src/strgen/strgen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strgen/strgen.h b/src/strgen/strgen.h
index 93253259f..3bf104f8b 100644
--- a/src/strgen/strgen.h
+++ b/src/strgen/strgen.h
@@ -23,7 +23,8 @@ struct LanguagePackHeader {
* http://msdn.microsoft.com/en-us/library/ms776294.aspx
*/
uint16 winlangid; // windows language id
- /* byte pad[0]; // pad header to be a multiple of 4 */
+ uint8 newgrflangid; // newgrf language id
+ byte pad[3]; // pad header to be a multiple of 4
};
assert_compile(sizeof(LanguagePackHeader) % 4 == 0);