1
0
forked from 0ad/0ad

be less annoying when tag security check is undermined

This was SVN commit r884.
This commit is contained in:
janwas 2004-08-02 21:29:55 +00:00
parent 05f02111da
commit 06725f7613

View File

@ -450,7 +450,7 @@ Handle h_alloc(H_Type type, const char* fn, uint flags, ...)
// adding reference; already in-use
if(hd->refs > 1)
{
debug_warn("adding reference to handle (undermines tag security check)");
// debug_warn("adding reference to handle (undermines tag security check)");
return h;
}