TOLTECS: Clear dead end rects count.

This commit is contained in:
Eugene Sandulenko 2016-06-25 16:18:59 +02:00
parent 5385b4eda7
commit 95b8e23992

View File

@ -30,6 +30,7 @@ SegmentMap::SegmentMap(ToltecsEngine *vm) : _vm(vm) {
_maskRectData = NULL;
memset(_deadEndPathRects, 0, sizeof(_closedPathRects));
_closedPathRectsCount = 0;
_deadEndPathRects = 0;
_pathNodesCount = 0;
}