diasurgical / devilutionX

Diablo build for modern operating systems
Other
8.01k stars 786 forks source link

Rename Missile::_mirange to Missile::duration #7214

Closed kphoenix137 closed 1 week ago

kphoenix137 commented 2 months ago

_mirange is a bit confusing. duration adequately describes what the missile is used for, as the intent is the amount of ticks the missile exists for, often decremented every tick until it hits 0, when the missile is destroyed.