]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
spawned entities were often not appearing in quake protocol (demos), oops
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Aug 2002 23:23:53 +0000 (23:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Aug 2002 23:23:53 +0000 (23:23 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2208 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index 722e0a8b6b3266b7ae4e873b0e618e22b284d32c..21baf08f055eafa5b2a7f89127a0eda9036d8e14 100644 (file)
@@ -550,7 +550,10 @@ void CL_ParseUpdate (int bits)
        if (bits & U_DELTA)
                new = ent->state_current;
        else
+       {
                new = ent->state_baseline;
+               new.active = true;
+       }
 
        new.number = num;
        new.time = cl.mtime[0];