summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openttd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 6db4ce8d7..4aeed3928 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -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.