diff options
Diffstat (limited to 'src/qcommon/msg.c')
-rw-r--r-- | src/qcommon/msg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qcommon/msg.c b/src/qcommon/msg.c index d98b6a78..37c61c31 100644 --- a/src/qcommon/msg.c +++ b/src/qcommon/msg.c @@ -994,8 +994,6 @@ If the delta removes the entity, entityState_t->number will be set to MAX_GENTIT Can go from either a baseline or a previous packet_entity ================== */ -extern cvar_t *cl_shownet; - void MSG_ReadDeltaEntity( msg_t *msg, entityState_t *from, entityState_t *to, int number) { int i, lc; |