mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
rv::presentation:: added -slide-textoff
This commit is contained in:
parent
73ceb6400d
commit
3fa23afdce
@ -517,7 +517,9 @@ void launch_slideshow_by_name(string s) {
|
||||
|
||||
int runslide = arg::add3("-slides", [] {
|
||||
arg::shift(); launch_slideshow_by_name(arg::args());
|
||||
}) + arg::add3("-slide", [] {
|
||||
}) + arg::add3("-slide-textoff", [] {
|
||||
tour::texts = false;
|
||||
}) + arg::add3("-slide", [] {
|
||||
arg::shift(); launch_slideshow_by_name(arg::args());
|
||||
presentation(pmStop);
|
||||
arg::shift(); string s = arg::args();
|
||||
|
Loading…
Reference in New Issue
Block a user