2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-28 21:10:16 +01:00

engine: net_encode: minor code style fix

This commit is contained in:
Alibek Omarov 2022-01-04 04:30:47 +03:00
parent 0714ab27b5
commit 01b2266b7e

View File

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