Merge branch 'master' into hitlag-retry

This commit is contained in:
Sally Coolatta 2020-08-01 10:05:52 -04:00
commit a9a7f71b57

View file

@ -2135,6 +2135,7 @@ void SendWeaponPref4(void)
static void Got_WeaponPref(UINT8 **cp,INT32 playernum)
{
(void)playernum;
/*UINT8 prefs = */READUINT8(*cp); // Read it still to avoid instant desyncs in netgames.
}