[Scummvm-cvs-logs] scummvm master -> d94f40e3ce009a5d37d4e86cb8ffe89acd3138c2

sev- sev at scummvm.org
Sat Jun 25 16:21:09 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:
d94f40e3ce TOLTECS: Fix typo


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

Commit Message:
TOLTECS: Fix typo

Changed paths:
    engines/toltecs/segmap.cpp



diff --git a/engines/toltecs/segmap.cpp b/engines/toltecs/segmap.cpp
index bd54a8d..d50e110 100644
--- a/engines/toltecs/segmap.cpp
+++ b/engines/toltecs/segmap.cpp
@@ -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;
 }
 






More information about the Scummvm-git-logs mailing list