misplaced assertion

This commit is contained in:
Dennis Luxen 2010-09-17 15:33:11 +00:00
parent 53aa2f54e5
commit 27ff707d54

View File

@ -371,7 +371,6 @@ _Way _ReadXMLWay( xmlTextReaderPtr& inputReader, Settings& settings ) {
xmlFree( childName );
}
}
assert(way.type > -1 || way.maximumSpeed != -1);
return way;
}