mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-10 22:45:41 +00:00
arbiquotient:: NO_EXIT used
This commit is contained in:
+1
-1
@@ -489,6 +489,7 @@ bool aq_drawcell(cell *c, const shiftmatrix& V) {
|
|||||||
|
|
||||||
void show_auto_dialog() {
|
void show_auto_dialog() {
|
||||||
cmode = sm::SIDE | sm::DIALOG_STRICT_X;
|
cmode = sm::SIDE | sm::DIALOG_STRICT_X;
|
||||||
|
if(running) cmode |= sm::NO_EXIT;
|
||||||
gamescreen();
|
gamescreen();
|
||||||
dialog::init(XLAT("auto-generate quotients"));
|
dialog::init(XLAT("auto-generate quotients"));
|
||||||
add_edit(aq_max);
|
add_edit(aq_max);
|
||||||
@@ -515,7 +516,6 @@ void show_auto_dialog() {
|
|||||||
if(running) dialog::addBreak(100);
|
if(running) dialog::addBreak(100);
|
||||||
else dialog::addBack();
|
else dialog::addBack();
|
||||||
dialog::display();
|
dialog::display();
|
||||||
// todo actually prevent backing
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EX void enable_quotient_data(const struct qdata& q) {
|
EX void enable_quotient_data(const struct qdata& q) {
|
||||||
|
|||||||
Reference in New Issue
Block a user