mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-01 22:18:51 +00:00
cmode flag sm::NO_EXIT
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ EX namespace dialog {
|
||||
EX void handler(int sym, int uni) {
|
||||
if(cmode & sm::PANNING) handlePanning(sym, uni);
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(doexiton(sym, uni)) popScreen();
|
||||
if(doexiton(sym, uni) && !(cmode & sm::NO_EXIT)) popScreen();
|
||||
}
|
||||
|
||||
EX int list_size_min, list_size_max, list_fake_key;
|
||||
|
||||
Reference in New Issue
Block a user