'skip the start menu' option works now

This commit is contained in:
Zeno Rogue 2018-06-24 01:22:50 +02:00
parent 92aba5c95b
commit 6dfe5c444c
1 changed files with 1 additions and 1 deletions

View File

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