Jump to content
Janilabo

Important!

Recommended Posts

Everyone PLEASE update to MSSL v0.99-19b [newest version], because I have added a temporary workaround in it to deal with a big problem.

 

In v0.99-18b PRSC_InFight sometimes (randomly) returns true, when it is NOT at all in combat. This happens because Equals() functions contain a small bug (reported already to MantisBT).

 

This is the temporary fix I am using for now:

 

function MSSL_TPAEquals(TPA1, TPA2: TPointArray): Boolean;
begin
 if (Length(TPA1) = Length(TPA2)) then
   Result := (TPAToStr(TPA1) = TPAToStr(TPA2));
end;

 

Regards,

-Jani

 

Update: Freddy fixed this bug in 3.37.02 version. :)

Edited by Janilabo
Added a note that bug was fixed in 3.37.02
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...