From 49a1cf1cab5c8ebc739d8368122afc1595f8b248 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 9 Mar 2021 10:48:21 +0100 Subject: [PATCH] CLI option d:history --- menus.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/menus.cpp b/menus.cpp index fad1fdbd..e911cb5c 100644 --- a/menus.cpp +++ b/menus.cpp @@ -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(); }