mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-21 08:57:39 +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
|
#if CAP_FILES
|
||||||
dialog::addItem("save the current config", 's');
|
dialog::addItem("save the current config", 's');
|
||||||
dialog::add_action(saveConfig);
|
dialog::add_action([] {
|
||||||
|
dynamicval<eGeometry> g(geometry, gNormal);
|
||||||
|
saveConfig();
|
||||||
|
});
|
||||||
#endif
|
#endif
|
||||||
dialog::display();
|
dialog::display();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user