Prevent init spam
This commit is contained in:
@@ -1772,6 +1772,8 @@ void komodo_args(char *argv0)
|
|||||||
{
|
{
|
||||||
int32_t ecode = ccEnablesHeight[i];
|
int32_t ecode = ccEnablesHeight[i];
|
||||||
int32_t ht = ccEnablesHeight[i+1];
|
int32_t ht = ccEnablesHeight[i+1];
|
||||||
|
if ( i > 1 && ccEnablesHeight[i-2] == ecode )
|
||||||
|
break;
|
||||||
if ( ecode > 255 || ecode < 0 )
|
if ( ecode > 255 || ecode < 0 )
|
||||||
fprintf(stderr, "ac_ccactivateht: invalid evalcode.%i must be between 0 and 256.\n", ecode);
|
fprintf(stderr, "ac_ccactivateht: invalid evalcode.%i must be between 0 and 256.\n", ecode);
|
||||||
else if ( ht > 0 )
|
else if ( ht > 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user