misplaced assertion
This commit is contained in:
parent
53aa2f54e5
commit
27ff707d54
@ -371,7 +371,6 @@ _Way _ReadXMLWay( xmlTextReaderPtr& inputReader, Settings& settings ) {
|
|||||||
xmlFree( childName );
|
xmlFree( childName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(way.type > -1 || way.maximumSpeed != -1);
|
|
||||||
return way;
|
return way;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user