From 53a71fca29b1c3a8d80ac2a652fcd5aca405b144 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 9 Oct 2025 08:54:33 +0200 Subject: [PATCH] arbiquotient:: NO_EXIT used --- arbiquotient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbiquotient.cpp b/arbiquotient.cpp index 21887d04..4acd666f 100644 --- a/arbiquotient.cpp +++ b/arbiquotient.cpp @@ -489,6 +489,7 @@ bool aq_drawcell(cell *c, const shiftmatrix& V) { void show_auto_dialog() { cmode = sm::SIDE | sm::DIALOG_STRICT_X; + if(running) cmode |= sm::NO_EXIT; gamescreen(); dialog::init(XLAT("auto-generate quotients")); add_edit(aq_max); @@ -515,7 +516,6 @@ void show_auto_dialog() { if(running) dialog::addBreak(100); else dialog::addBack(); dialog::display(); - // todo actually prevent backing } EX void enable_quotient_data(const struct qdata& q) {