engine: common: net_encode: remove DT_SIGNED_GS flag just in case

This commit is contained in:
Alibek Omarov
2024-10-10 23:36:49 +03:00
parent 6bdc1941e6
commit fe2a4d0428

View File

@@ -670,8 +670,10 @@ void Delta_ParseTableField_GS( sizebuf_t *msg )
// patch our DT_SIGNED flag
if( FBitSet( to.fieldType, DT_SIGNED_GS ))
{
ClearBits( to.fieldType, DT_SIGNED_GS );
SetBits( to.fieldType, DT_SIGNED );
}
Delta_AddField( dt, to.fieldName, to.fieldType, to.significant_bits, to.premultiply, to.postmultiply );
}