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

use custom sorting algo from KM_Sort unit when compiling with FPC #187

Closed dpronin closed 8 months ago

dpronin commented 8 months ago

all current implementations of FP do not support generically sorting arrays like Delphi does, so we're switching to SortCustom procedure from KM_Sort unit when compiling with FPC