TOLTECS: Fix typo

This commit is contained in:
Eugene Sandulenko 2016-06-25 16:21:00 +02:00
parent 95b8e23992
commit d94f40e3ce

View File

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