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

pull/211/head
Patric Stout 4 years ago committed by GitHub
parent da7c74ba7e
commit 5d0331ecdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save