set some more cvars to the correct values for single player play

This commit is contained in:
Bill Currie 2002-01-30 21:49:31 +00:00
parent 40e987c071
commit bb97d2d74f

View file

@ -285,6 +285,9 @@ void (string text, integer key) sp_start =
Cbuf_AddText ("coop 0\n");
Cbuf_AddText ("deathmatch 0\n");
Cbuf_AddText ("teamplay 0\n");
Cbuf_AddText ("listen 0\n");
Cbuf_AddText ("noexit 0\n");
Cbuf_AddText ("samelevel 0\n");
Cbuf_AddText ("map start\n");
};