Closed Rupas1k closed 2 months ago
@spheenik Can we get this merged and built?
Did anyone check that this does not break old replays?
Did anyone check that this does not break old replays?
Before new patch it was encoded as int32 so it doesn't break anything
http://replay273.valve.net/570/7831330794_891467511.dem.bz2 - July 6 and hero id is encoded as "int32" http://replay161.valve.net/570/7842220004_1918640619.dem.bz2 - July 12 and here is where "HeroID_t" appears
Using IntVarSignedDecoder instead of IntVarUnsignedDecoder for HeroID_t seems to solve this issue.