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

Fix BossGameThreshold in special round config #245

Closed FortyTwoFortyTwo closed 1 year ago

FortyTwoFortyTwo commented 1 year ago

This commit renames variable from BossGameThreshold to g_iBossGameThreshold, but it also renames a string that's used to read a keyvalue config, which shouldn't have been changed.

safalin1 commented 1 year ago

Good catch, thanks