projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e68add
)
spawned entities were often not appearing in quake protocol (demos), oops
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Aug 2002 23:23:53 +0000
(23:23 +0000)
committer
havoc <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
patch
|
blob
|
history
diff --git
a/cl_parse.c
b/cl_parse.c
index
722e0a8
..
21baf08
100644
(file)
--- a/
cl_parse.c
+++ b/
cl_parse.c
@@
-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];