minimap flag functions are broken
causes an ugly runtime error
I get this:
Exception in Script: Runtime error: "You are accessing an invalid point, (-1,36) at bitmap[2]" at line 1155, column 22 in file "C:\Simba\Includes\SRL-6\lib\interfaces\minimap.simba"
anytime i call waitFlag or similar functions.
the code that is erroring is:
((fastGetPixel(bmp, tpa[i].x - 1, tpa[i].y - 1) - fastGetPixel(bmp, tpa[i].x, tpa[i].y - 1)) = 6381921)
this is EASILY reproducible.