[Scummvm-cvs-logs] scummvm master -> 95b8e239929e85957436af5a3b743cb95fe8a0bd

sev- sev at scummvm.org
Sat Jun 25 16:19:21 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
95b8e23992 TOLTECS: Clear dead end rects count.


Commit: 95b8e239929e85957436af5a3b743cb95fe8a0bd
    https://github.com/scummvm/scummvm/commit/95b8e239929e85957436af5a3b743cb95fe8a0bd
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-06-25T16:18:59+02:00

Commit Message:
TOLTECS: Clear dead end rects count.

Changed paths:
    engines/toltecs/segmap.cpp



diff --git a/engines/toltecs/segmap.cpp b/engines/toltecs/segmap.cpp
index 399a044..bd54a8d 100644
--- a/engines/toltecs/segmap.cpp
+++ b/engines/toltecs/segmap.cpp
@@ -30,6 +30,7 @@ SegmentMap::SegmentMap(ToltecsEngine *vm) : _vm(vm) {
 	_maskRectData = NULL;
 	memset(_deadEndPathRects, 0, sizeof(_closedPathRects));
 	_closedPathRectsCount = 0;
+	_deadEndPathRects = 0;
 	_pathNodesCount = 0;
 }
 






More information about the Scummvm-git-logs mailing list