sylothix / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

Parser can't handle ArrAll.Sort line #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reproduce: Enter the following line from vanilla DetermineBestTerror Targets; 
note strikethrus

Here's the line:

59 00 19 51 00 00 12 00 43 EC 2D 00 00 00 00 00 00 00 00 00 00 16
    //arrAll.Sort(SortTerrorTargets)

Original issue reported on code.google.com by johnnyl...@gmail.com on 10 Jan 2014 at 8:32

GoogleCodeExporter commented 8 years ago
Was missing operand_data.ini line : 
59 1 G S2 G 1       ; DynArrSort ; Dynamic Array Sort function, 2nd paramter is 
typically delegate function

Original comment by miss.inv...@gmail.com on 11 Jan 2014 at 4:34

GoogleCodeExporter commented 8 years ago
Added to root development branch.

Original comment by miss.inv...@gmail.com on 25 Feb 2014 at 6:31