mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
TOLTECS: Clear dead end rects count.
This commit is contained in:
parent
5385b4eda7
commit
95b8e23992
@ -30,6 +30,7 @@ SegmentMap::SegmentMap(ToltecsEngine *vm) : _vm(vm) {
|
||||
_maskRectData = NULL;
|
||||
memset(_deadEndPathRects, 0, sizeof(_closedPathRects));
|
||||
_closedPathRectsCount = 0;
|
||||
_deadEndPathRects = 0;
|
||||
_pathNodesCount = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user