forked from mirrors/0ad
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
This was SVN commit r9423.
This commit is contained in:
@@ -84,7 +84,7 @@ void debug_filter_add(const wchar_t* tag)
|
||||
// too many already?
|
||||
if(num_tags == MAX_TAGS)
|
||||
{
|
||||
ENSURE(0); // increase MAX_TAGS
|
||||
DEBUG_WARN_ERR(ERR::LOGIC); // increase MAX_TAGS
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user