Fix 8bef06a2: don't use "extern" when you want to implement a global (#8373)

This commit is contained in:
Patric Stout 2020-12-13 16:56:33 +01:00 committed by GitHub
parent da7c74ba7e
commit 5d0331ecdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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.