diff --git a/src/main.cpp b/src/main.cpp index 8601b48c4..9c86b16c5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -759,13 +759,13 @@ int main(int argc, char** argv) { g.loop(); logI("closing GUI."); - g.finish(); + g.finish(true); #else logE("GUI requested but GUI not compiled!"); #endif logI("stopping engine."); - e.quit(); + e.quit(false); finishLogFile();