From d6edbe97c91f54bb84ebc3b1cb14e6131cdf04b7 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Mon, 6 Jul 2009 11:03:00 +0000 Subject: TOLTECS: Oops, forgot to disable the debug path drawing. --- engines/toltecs/segmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/toltecs/segmap.cpp b/engines/toltecs/segmap.cpp index 414ea46c9c..37240db365 100644 --- a/engines/toltecs/segmap.cpp +++ b/engines/toltecs/segmap.cpp @@ -341,7 +341,7 @@ void SegmentMap::findPath(int16 *pointsArray, int16 destX, int16 destY, int16 so debug(0, "SegmentMap::findPath() count = %d", pointsArray[1]); -#if 1 // DEBUG: Draw the path we found +#if 0 // DEBUG: Draw the path we found int sx = sourceX, sy = sourceY; LineData ld; ld.pitch = _vm->_sceneWidth; -- cgit v1.2.3