From 6dfe5c444c06c8d1e7d882a0f32b330d82a3abe4 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 24 Jun 2018 01:22:50 +0200 Subject: [PATCH] 'skip the start menu' option works now --- hyper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.cpp b/hyper.cpp index 455cb12d..7f33f644 100644 --- a/hyper.cpp +++ b/hyper.cpp @@ -64,7 +64,7 @@ int main(int argc, char **argv) { arg::read(3); #endif #if !ISWEB - if(showstartmenu) + if(showstartmenu && !vid.skipstart) pushScreen(showStartMenu); #endif mainloop();