kam_remake
kam_remake copied to clipboard
TKMGame.Save(): fix compilation on Linux platform with FPC-3.2.2
FPC-3.2.2 does not have IndexOfItem method of List<T> to traverse the latter from the end to the beginning, so we use a handmade cycle to do that on Linux