1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-10 19:35:10 -05:00
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@51 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-09-13 08:48:00 +00:00
parent 5d1ffa2c7d
commit 9ba14f16d5
2 changed files with 9 additions and 15 deletions

View File

@ -7,7 +7,7 @@
<TargetFileExt Value=""/>
<Title Value="Mufasa Stand Alone"/>
<UseXPManifest Value="True"/>
<ActiveEditorIndexAtStart Value="8"/>
<ActiveEditorIndexAtStart Value="1"/>
</General>
<VersionInfo>
<ProjectVersion Value=""/>
@ -377,8 +377,8 @@
<Filename Value="../../Units/MMLCore/finder.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="finder"/>
<CursorPos X="54" Y="220"/>
<TopLine Value="202"/>
<CursorPos X="3" Y="218"/>
<TopLine Value="195"/>
<EditorIndex Value="1"/>
<UsageCount Value="56"/>
<Loaded Value="True"/>
@ -408,7 +408,7 @@
<Filename Value="../../Units/MMLAddon/mmlpsthread.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="mmlpsthread"/>
<CursorPos X="28" Y="102"/>
<CursorPos X="41" Y="95"/>
<TopLine Value="86"/>
<EditorIndex Value="8"/>
<UsageCount Value="52"/>

View File

@ -210,23 +210,17 @@ begin
Inc(Ptr, PtrInc);
end;
end;
TClient(Client).MWindow.FreeReturnData;
Result := False;
TClient(Client).MWindow.FreeReturnData;
Exit;
Hit:
Result := True;
x := xx;
y := yy;
TClient(Client).MWindow.FreeReturnData;
Exit;
Result := True;
x := xx;
y := yy;
Miss:
Inc(Ptr);
Result := True;
TClient(Client).MWindow.FreeReturnData;
TClient(Client).MWindow.FreeReturnData;
end;
end.