Browse Source

engine: match DT_TIMEWINDOW_* behaviour to GoldSrc: it's always signed and it's more of an integer than float value

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

2
engine/common/net_encode.c

@ -1360,7 +1360,7 @@ qboolean Delta_ReadField( sizebuf_t *msg, delta_t *pField, void *from, void *to, @@ -1360,7 +1360,7 @@ qboolean Delta_ReadField( sizebuf_t *msg, delta_t *pField, void *from, void *to,
/*
=============================================================================
1
usercmd_t communication
=============================================================================

Loading…
Cancel
Save