Get rid of 'unknown vein' spam.

develop
Petr Mrázek 2011-03-02 22:32:08 +01:00
parent a969f9893f
commit 3ff4e2c43e
1 changed files with 2 additions and 0 deletions

@ -648,10 +648,12 @@ try_again:
off.vein_worldconstruction_vptr = type;
goto try_again;
}
#ifdef DEBUG
else
{
cerr << "unknown vein " << cname << hex << " 0x" << temp << " block: 0x" << addr << dec << endl;
}
#endif
// or it was something we don't care about
}
}