1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-22 02:42:49 +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:
Zeno Rogue 2022-03-01 08:52:25 +01:00
parent 2f7bec5634
commit e2b6b6b2eb

View File

@ -235,6 +235,7 @@ void choose_presentation() {
if(!tour::texts) nomenukey = true; if(!tour::texts) nomenukey = true;
popScreenAll(); popScreenAll();
tour::start(); tour::start();
if(!tour::on) tour::start();
}); });
}); });