mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
picking a pres from the list when another one is running no longer just turns the presentation off
This commit is contained in:
parent
2f7bec5634
commit
e2b6b6b2eb
@ -235,6 +235,7 @@ void choose_presentation() {
|
||||
if(!tour::texts) nomenukey = true;
|
||||
popScreenAll();
|
||||
tour::start();
|
||||
if(!tour::on) tour::start();
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user