From e2b6b6b2ebab003d989c94adf99b6f5ca2982ec6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 1 Mar 2022 08:52:25 +0100 Subject: [PATCH] picking a pres from the list when another one is running no longer just turns the presentation off --- rogueviz/presentation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rogueviz/presentation.cpp b/rogueviz/presentation.cpp index 567b0027..7f993dab 100644 --- a/rogueviz/presentation.cpp +++ b/rogueviz/presentation.cpp @@ -235,6 +235,7 @@ void choose_presentation() { if(!tour::texts) nomenukey = true; popScreenAll(); tour::start(); + if(!tour::on) tour::start(); }); });