Hack to fix static entities not showing up during demo playback (correct?)

This commit is contained in:
Eric Wasylishen 2017-05-09 13:33:10 -07:00
parent bc6c990dc9
commit 1aee86b42c

View file

@ -233,6 +233,10 @@ void CL_SignonReply (void)
MSG_WriteByte (&cls.message, clc_stringcmd);
MSG_WriteString (&cls.message, va("name \"%s\"\n", cl_name.string));
//ericw -- hack to fix static entities not showing up during demo playback
if (cls.demoplayback)
CL_CheckDownloads();
cl.sendprespawn = true;
break;