summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 03fa08819..3dd8d7f45 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -243,7 +243,7 @@ void AbortGeneratingWorld()
*/
bool IsGeneratingWorldAborted()
{
- return _gw.abort;
+ return _gw.abort || _exit_game;
}
/**