gemidyne / microtf2

A custom gamemode for Team Fortress 2 - Players compete against each other to get the most points by playing a series of rapid fire microgames in order to win the round!
https://www.gemidyne.com/projects/microtf2
GNU General Public License v2.0
30 stars 16 forks source link

Special Round IDs should not be zero-based #204

Closed safalin1 closed 3 years ago

safalin1 commented 3 years ago

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.

safalin1 commented 3 years ago

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