diff options
| -rw-r--r-- | engines/bladerunner/obstacles.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/bladerunner/obstacles.cpp b/engines/bladerunner/obstacles.cpp index 62bb210bd1..e4deaba6fa 100644 --- a/engines/bladerunner/obstacles.cpp +++ b/engines/bladerunner/obstacles.cpp @@ -213,7 +213,7 @@ bool Obstacles::mergePolygons(Polygon &polyA, Polygon &polyB) {  		if (linePolygonIntersection(polyLine, polyPrimaryType, polySecondary, &intersectionPoint, &polySecondaryIntersectionIndex)) {  			if (WITHIN_TOLERANCE(intersectionPoint.x, polyLine.start.x) && WITHIN_TOLERANCE(intersectionPoint.y, polyLine.start.y)) {  				warning("Set: %d Scene: %d", _vm->_scene->getSetId(), _vm->_scene->getSceneId()); -				assert(0 && "Report instances of this to madmoose!"); +				warning("Report instances of this to madmoose!");  				flagAddVertexToVertexList = false;  				polyMerged.verticeCount--; // TODO(madmoose): How would this work?  			} else { | 
