diff --git a/Utils/MkActor/MkActor.cpp b/Utils/MkActor/MkActor.cpp index d75a426e7..a9e3cb2b5 100644 --- a/Utils/MkActor/MkActor.cpp +++ b/Utils/MkActor/MkActor.cpp @@ -22,6 +22,7 @@ using namespace std; //*************************************************************************** vector ActorList; int TPBase=-1,TPWidth=-1,TPHeight=-1; +int DupThresh; GString TPOutStr; GString RootPath; @@ -71,6 +72,10 @@ int Count; TpStr= CheckFileString(String); Aspect=(float)atof(TpStr); break; + case 'c': + TpStr= CheckFileString(String); + DupThresh=(int)atol(TpStr); + break; case 't': TpStr= CheckFileString(String); TextPtr=Text; @@ -361,7 +366,7 @@ int Size=Bmp.Frm.GetWidth()*Bmp.Frm.GetHeight(); Bmp.Frm.MakeRGB(Bmp.RGB); // Check for dups (Broken at the mo, ah well) // Gen Chksum - +/* u8 *RGB=Bmp.RGB; Bmp.ChkR=Bmp.ChkG=Bmp.ChkB=0; for (i=0; i