From: mfranz Date: Sun, 29 Jan 2006 20:33:33 +0000 (+0000) Subject: make it consistent X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eb69ef592efce5941a5603503cb5661bf2e8e433;p=flightgear.git make it consistent --- diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 4097da790..23bf24222 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -192,7 +192,7 @@ static bool do_exit (const SGPropertyNode * arg) { SG_LOG(SG_INPUT, SG_INFO, "Program exit requested."); - fgSetBool("/sim/signals/quit", true); + fgSetBool("/sim/signals/exit", true); if (fgGetBool("/sim/startup/save-on-exit")) { #ifdef _MSC_VER