Browse Source

engine: net_encode: minor code style fix

pull/2/head
Alibek Omarov 3 years ago
parent
commit
01b2266b7e
  1. 2
      engine/common/net_encode.c

2
engine/common/net_encode.c

@ -1909,7 +1909,7 @@ qboolean MSG_ReadDeltaEntity( sizebuf_t *msg, entity_state_t *from, entity_state
from = &cl.instanced_baseline[baseline_offset]; from = &cl.instanced_baseline[baseline_offset];
} }
} }
} }
// g-cont. probably is redundant // g-cont. probably is redundant
*to = *from; *to = *from;

Loading…
Cancel
Save