1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-22 05:52:07 +00:00

ru:: fixed randomize stats

This commit is contained in:
Zeno Rogue
2025-12-07 22:54:41 +01:00
parent 2ae890065e
commit 2ddd4a5a08
+1 -1
View File
@@ -216,7 +216,7 @@ void stat_screen(bool editable) {
});
dialog::addItem("reroll", 'r');
dialog::add_action(randomize_stats);
dialog::add_action([] { statseed++; randomize_stats(); });
}
dialog::display();