forked from mirror/OpenTTD
(svn r21164) -Codechange: replace the hardcoded array of language metadata with a list
This commit is contained in:
@@ -95,7 +95,6 @@ static inline void CopyOutDParam(uint64 *dst, int offs, int num)
|
||||
memcpy(dst, _decode_parameters + offs, sizeof(uint64) * (num));
|
||||
}
|
||||
|
||||
extern DynamicLanguages _dynlang; // defined in strings.cpp
|
||||
extern TextDirection _current_text_dir; ///< Text direction of the currently selected language
|
||||
|
||||
void InitializeLanguagePacks();
|
||||
|
Reference in New Issue
Block a user