1
0
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:
Zeno Rogue 2021-03-09 10:48:21 +01:00
parent fcb270f78e
commit 49a1cf1cab

View File

@ -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();
}