Skip to content

fix RemoveHourlyAnnounce for clients >= 2017-11-08b (#11)

In newer clients, the compiler assigns a different register for the time comparison in CRenderer::DrawAgeRate. This commit handles both and makes RemoveHourlyAnnounce work in newer clients as well as older ones.

(I previously said newer clients don't have a CRenderer::DrawAgeRate. This is wrong, I was looking at outdated code for comparison, sorry for the confusion).

Merge request reports