Fix disable bits

This commit is contained in:
jl777
2019-01-19 01:00:51 -11:00
parent ac9bd541b4
commit 3ab60f65c7

View File

@@ -1798,7 +1798,7 @@ void komodo_args(char *argv0)
ASSETCHAINS_CCDISABLES[i] = 1;
for (i=0; i<256; i++)
{
SETBIT(disablebits,i);
SETBIT(disablebits,(ccenables[i] & 0xff));
ASSETCHAINS_CCDISABLES[ccenables[i] & 0xff] = 0;
}
}