Fixed issue #57.

The fix also includes an update to libespm so that it doesn't return the
TES4 record's FormID (which is always zero) when getting FormIDs.
This commit is contained in:
WrinklyNinja
2013-09-15 21:10:20 +01:00
parent cfaec101c6
commit 72c72c9334
+3 -3
View File
@@ -226,11 +226,11 @@ namespace boss {
vertex_t vertex, parentVertex;
if (graph[*vit].NumOverrideFormIDs() >= graph[*vit2].NumOverrideFormIDs()) {
parentVertex = *vit2;
vertex = *vit;
} else {
parentVertex = *vit;
vertex = *vit2;
} else {
parentVertex = *vit2;
vertex = *vit;
}
if (!boost::edge(parentVertex, vertex, graph).second &&