summaryrefslogtreecommitdiff
path: root/modules/core/os_reload.cpp
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2010-08-01 13:42:35 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2010-08-01 13:42:35 -0400
commitd59c1b95e18fd5c9bbec14b8b1b8aab989a3bce7 (patch)
tree94471c29e06725ce1d28ee11ae408084cfd82d41 /modules/core/os_reload.cpp
parent2f6c0e435cbceb60c219f9f1cd925ae4ddffd4d9 (diff)
Cleanup in main.cpp.
Diffstat (limited to 'modules/core/os_reload.cpp')
-rw-r--r--modules/core/os_reload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/os_reload.cpp b/modules/core/os_reload.cpp
index 722a6bd27..a01625026 100644
--- a/modules/core/os_reload.cpp
+++ b/modules/core/os_reload.cpp
@@ -25,7 +25,7 @@ class CommandOSReload : public Command
if (!read_config(1))
{
quitmsg = "Error during the reload of the configuration file!";
- quitting = 1;
+ quitting = true;
}
FOREACH_MOD(I_OnReload, OnReload(false));