mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-28 08:22:18 +00:00
seuphorica:: fix typo and better hotkeys
This commit is contained in:
parent
da9f743fab
commit
21fd0103fb
@ -1443,7 +1443,7 @@ void seuphorica_newgame() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dialog::addBoolItem_action("customize grame", show_customize, 'C');
|
dialog::addBoolItem_action("customize game", show_customize, 'c');
|
||||||
if(show_customize) do_show_customize();
|
if(show_customize) do_show_customize();
|
||||||
dialog::addBack();
|
dialog::addBack();
|
||||||
dialog::display();
|
dialog::display();
|
||||||
@ -1479,7 +1479,7 @@ void do_show_customize() {
|
|||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
dialog::editNumber(want_seed, 0, 999999, 1, rand() % 1000000, "seed", "set to 0 for random");
|
dialog::editNumber(want_seed, 0, 999999, 1, rand() % 1000000, "seed", "set to 0 for random");
|
||||||
});
|
});
|
||||||
dialog::addItem("start custom game", 'c');
|
dialog::addItem("start custom game", 'd');
|
||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
save_old_game_if_needed();
|
save_old_game_if_needed();
|
||||||
is_seeded = want_seed;
|
is_seeded = want_seed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user