CLI option d:history

This commit is contained in:
Zeno Rogue 2021-03-09 10:48:21 +01:00
parent fcb270f78e
commit 49a1cf1cab
1 changed files with 3 additions and 0 deletions

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