Many changes

This commit is contained in:
jl777
2019-02-05 19:25:32 -11:00
parent 0539f67ceb
commit dd8f2697b7
23 changed files with 759 additions and 527 deletions

View File

@@ -1782,7 +1782,6 @@ void komodo_args(char *argv0)
ASSETCHAINS_MARMARA = GetArg("-ac_marmara",0);
if ( ASSETCHAINS_CC != 0 )
{
ASSETCHAINS_CCLIB = GetArg("-ac_cclib","");
Split(GetArg("-ac_ccenable",""), ccenables, 0);
for (i=nonz=0; i<0x100; i++)
{
@@ -1806,6 +1805,15 @@ void komodo_args(char *argv0)
ASSETCHAINS_CCDISABLES[ccenables[i] & 0xff] = 0;
}
}
ASSETCHAINS_CCLIB = GetArg("-ac_cclib","");
/*if ( ASSETCHAINS_CCLIB.size() > 0 )
{
for (i=first; i<=last; i++)
{
CLEARBIT(disablebits,i);
ASSETCHAINS_CCDISABLES[i] = 0;
}
}*/
}
if ( ASSETCHAINS_BEAMPORT != 0 && ASSETCHAINS_CODAPORT != 0 )
{