engine: net_encode: minor code style fix
This commit is contained in:
parent
0714ab27b5
commit
01b2266b7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue