mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	rv::presentation:: added -slide-textoff
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue