mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +00:00
Fix 8bef06a2: don't use "extern" when you want to implement a global (#8373)
This commit is contained in:
parent
da7c74ba7e
commit
5d0331ecdc
@ -84,7 +84,8 @@ bool HandleBootstrap();
|
||||
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
|
||||
extern void ShowOSErrorBox(const char *buf, bool system);
|
||||
extern char *_config_file;
|
||||
extern bool _save_config = false;
|
||||
|
||||
bool _save_config = false;
|
||||
|
||||
/**
|
||||
* Error handling for fatal user errors.
|
||||
|
Loading…
Reference in New Issue
Block a user