reyandme / 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
122 stars 29 forks source link

TKMGame.Save(): fix compilation on Linux platform with FPC-3.2.2 #216

Open dpronin opened 8 months ago

dpronin commented 8 months ago

FPC-3.2.2 does not have IndexOfItem method of List to traverse the latter from the end to the beginning, so we use a handmade cycle to do that on Linux