cl_warncmd wasn't getting re-enabled properly.

This commit is contained in:
Shpoike 2020-09-13 16:14:59 +01:00
parent 11ba91eed7
commit bc768f33bc

View file

@ -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");