mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 05:52:58 +00:00
be less annoying when tag security check is undermined
This was SVN commit r884.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user