mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
TOLTECS: Fix typo
This commit is contained in:
parent
95b8e23992
commit
d94f40e3ce
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user