1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-01-10 21:28:00 -05:00

libMML: Small fixes.

This commit is contained in:
Merlijn Wajer 2010-12-02 00:23:36 +01:00
parent dbf86cbddc
commit 8697cf3091

View File

@ -250,6 +250,8 @@ begin
set_last_error(e.Message);
end;
end;
result := RESULT_OK;
end;
{ Find color on client C in area (x1,y1,x2,y2) and return coordinate (if any) in x, y }
@ -450,7 +452,6 @@ begin
exit(RESULT_FALSE);
end;
// FIXME: Catch exceptions.
C.IOManager.SetTarget(Arr, Size);
result := RESULT_OK;