diff --git a/Quake/host_cmd.c b/Quake/host_cmd.c index 852141a8..b5612002 100644 --- a/Quake/host_cmd.c +++ b/Quake/host_cmd.c @@ -2086,6 +2086,7 @@ void Host_Startdemos_f (void) if (!fitzmode) { /* QuakeSpasm customization: */ /* go straight to menu, no CL_NextDemo */ + cls.demonum = -1; Cbuf_InsertText("menu_main\n"); return; }