mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-17 23:05:00 -05:00
Fixed small issue + new rev number
This commit is contained in:
parent
363e7d394f
commit
852edf55fc
@ -46,7 +46,7 @@ uses
|
|||||||
CastaliaSimplePasPar, v_AutoCompleteForm, PSDump;
|
CastaliaSimplePasPar, v_AutoCompleteForm, PSDump;
|
||||||
|
|
||||||
const
|
const
|
||||||
SimbaVersion = 686;
|
SimbaVersion = 687;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -106,6 +106,7 @@ end;
|
|||||||
function ps_SDTMToMDTM(Const DTM: TSDTM): TMDTM;extdecl;
|
function ps_SDTMToMDTM(Const DTM: TSDTM): TMDTM;extdecl;
|
||||||
begin
|
begin
|
||||||
result := SDTMToMDTM(DTM);
|
result := SDTMToMDTM(DTM);
|
||||||
|
CurrThread.Client.MDTMs.AddDTM(result);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function ps_CreateDTMPoint(x,y,c,t,asz : integer; bp : boolean) : TMDTMPoint;
|
function ps_CreateDTMPoint(x,y,c,t,asz : integer; bp : boolean) : TMDTMPoint;
|
||||||
|
Loading…
Reference in New Issue
Block a user