Changeset - r24423:7869cad60132
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2020-12-13 15:56:33
truebrain@openttd.org
Fix 8bef06a2: don't use "extern" when you want to implement a global (#8373)
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/openttd.cpp
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)