Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
355 stars 88 forks source link

Updating the UpdateList function in RXXEditor #429

Closed Alexandr57 closed 6 years ago

Alexandr57 commented 6 years ago

Updated the UpdateList function. Now the exclusion will not merge.

Kromster80 commented 6 years ago

Variable name is non-standard. "a" prefix is for method arguments. Range checking is too complcated. Should have been simple "ItemIndex := EnsureRange(..)"