mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-10 21:28:00 -05:00
libMML: Small fixes.
This commit is contained in:
parent
dbf86cbddc
commit
8697cf3091
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user