mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-23 03:47:02 +00:00
CLI option d:history
This commit is contained in:
parent
fcb270f78e
commit
49a1cf1cab
@ -1187,6 +1187,9 @@ int read_menu_args() {
|
||||
else if(argis("-d:mode")) {
|
||||
PHASEFROM(2); launch_dialog(showChangeMode);
|
||||
}
|
||||
else if(argis("-d:history")) {
|
||||
PHASEFROM(2); launch_dialog(history::history_menu);
|
||||
}
|
||||
else if(argis("-d:shmup")) {
|
||||
PHASEFROM(2); launch_dialog(); multi::configure();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user