mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 05:23:00 +00:00 
			
		
		
		
	bringris:: do not save hr::geometry as it is buggy
This commit is contained in:
		| @@ -1195,7 +1195,10 @@ void settings_menu() { | ||||
|  | ||||
|   #if CAP_FILES | ||||
|   dialog::addItem("save the current config", 's'); | ||||
|   dialog::add_action(saveConfig); | ||||
|   dialog::add_action([] { | ||||
|     dynamicval<eGeometry> g(geometry, gNormal); | ||||
|     saveConfig(); | ||||
|     }); | ||||
|   #endif | ||||
|   dialog::display(); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue