mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
set some more cvars to the correct values for single player play
This commit is contained in:
parent
40e987c071
commit
bb97d2d74f
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue