mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	indenter:: default value for 'b'
This commit is contained in:
		| @@ -261,7 +261,7 @@ struct indenter { | |||||||
|   }; |   }; | ||||||
|  |  | ||||||
| struct indenter_finish : indenter { | struct indenter_finish : indenter { | ||||||
|   indenter_finish(bool b): indenter(b ? 2:0) {} |   indenter_finish(bool b = true): indenter(b ? 2:0) {} | ||||||
|   ~indenter_finish() { if(hlog.indentation != ind.backup) println(hlog, "(done)"); } |   ~indenter_finish() { if(hlog.indentation != ind.backup) println(hlog, "(done)"); } | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue