mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
cl_warncmd wasn't getting re-enabled properly.
This commit is contained in:
parent
11ba91eed7
commit
bc768f33bc
1 changed files with 1 additions and 0 deletions
|
@ -1096,6 +1096,7 @@ void Host_Init (void)
|
|||
{
|
||||
Cbuf_AddText ("cl_warncmd 0\n");
|
||||
Cbuf_InsertText ("exec quake.rc\n");
|
||||
Cbuf_AddText ("cl_warncmd 1\n");
|
||||
// johnfitz -- in case the vid mode was locked during vid_init, we can unlock it now.
|
||||
// note: two leading newlines because the command buffer swallows one of them.
|
||||
Cbuf_AddText ("\n\nvid_unlock\n");
|
||||
|
|
Loading…
Reference in a new issue