1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 23:19:09 +00:00

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

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.