1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-15 01:39:57 +00:00

rv::presentation:: added -slide-textoff

This commit is contained in:
Zeno Rogue 2022-06-08 18:05:18 +02:00
parent 73ceb6400d
commit 3fa23afdce

View File

@ -517,6 +517,8 @@ void launch_slideshow_by_name(string s) {
int runslide = arg::add3("-slides", [] {
arg::shift(); launch_slideshow_by_name(arg::args());
}) + arg::add3("-slide-textoff", [] {
tour::texts = false;
}) + arg::add3("-slide", [] {
arg::shift(); launch_slideshow_by_name(arg::args());
presentation(pmStop);