mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 13:09:15 +00:00
(svn r10145) -Fix: make compiling with networking disabled (again) possible.
This commit is contained in:
@@ -1101,7 +1101,11 @@ StringID RemapOldStringID(StringID s)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef ENABLE_NETWORK
|
||||
extern void SortNetworkLanguages();
|
||||
#else /* ENABLE_NETWORK */
|
||||
static inline void SortNetworkLanguages() {}
|
||||
#endif /* ENABLE_NETWORK */
|
||||
extern void SortTownGeneratorNames();
|
||||
|
||||
bool ReadLanguagePack(int lang_index)
|
||||
|
Reference in New Issue
Block a user