This commit is contained in:
jl777
2019-01-19 01:02:53 -11:00
parent 3ab60f65c7
commit 37019a6438

View File

@@ -1795,10 +1795,13 @@ void komodo_args(char *argv0)
if ( nonz > 0 )
{
for (i=0; i<256; i++)
{
ASSETCHAINS_CCDISABLES[i] = 1;
SETBIT(disablebits,i);
}
for (i=0; i<256; i++)
{
SETBIT(disablebits,(ccenables[i] & 0xff));
CLEARBIT(disablebits,(ccenables[i] & 0xff));
ASSETCHAINS_CCDISABLES[ccenables[i] & 0xff] = 0;
}
}