gemidyne/microtf2

Special Round IDs should not be zero-based

safalin1 opened this issue · 1 comments

They are currently zero-based which seem a bit weird. In some cases when you look at comparisons for SpecialRoundID == 0, you think that there is no special round active. We should change this so conditions start from 1.

Of course this is a breaking change that has impact on any integration created by other developers, so will have to wait for v5.0 and documented as such.

Closing this - maybe this can be done in the next version