aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/glk/alan3/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/alan3/main.cpp b/engines/glk/alan3/main.cpp
index e56ac87b1c..27f87ad237 100644
--- a/engines/glk/alan3/main.cpp
+++ b/engines/glk/alan3/main.cpp
@@ -825,10 +825,10 @@ void run(void) {
}
}
}
-
- if (ctx._break && ctx._label == "restart")
- break;
}
+
+ if (ctx._break && ctx._label == "restart")
+ break;
}
} while (!g_vm->shouldQuit() && ctx._label == "restart");
}