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:
@@ -386,7 +386,7 @@ void CMapWriter::WriteXML(const VfsPath& filename,
|
||||
}
|
||||
}
|
||||
if (! XML_StoreVFS(g_VFS, filename))
|
||||
ENSURE(0); // failed to write map XML file
|
||||
DEBUG_WARN_ERR(ERR::LOGIC); // failed to write map XML file
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user