mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-01 16:27:04 +00:00
'skip the start menu' option works now
This commit is contained in:
parent
92aba5c95b
commit
6dfe5c444c
@ -64,7 +64,7 @@ int main(int argc, char **argv) {
|
|||||||
arg::read(3);
|
arg::read(3);
|
||||||
#endif
|
#endif
|
||||||
#if !ISWEB
|
#if !ISWEB
|
||||||
if(showstartmenu)
|
if(showstartmenu && !vid.skipstart)
|
||||||
pushScreen(showStartMenu);
|
pushScreen(showStartMenu);
|
||||||
#endif
|
#endif
|
||||||
mainloop();
|
mainloop();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user