diff options
author | Benjamin Haisch | 2009-07-06 11:03:00 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-11-20 22:43:08 +0100 |
commit | d6edbe97c91f54bb84ebc3b1cb14e6131cdf04b7 (patch) | |
tree | d881967d7f625921d45a6b3aa6a1bef20b3b1272 /engines | |
parent | 22db6b155840c145864ccc219b21e197d5dce738 (diff) | |
download | scummvm-rg350-d6edbe97c91f54bb84ebc3b1cb14e6131cdf04b7.tar.gz scummvm-rg350-d6edbe97c91f54bb84ebc3b1cb14e6131cdf04b7.tar.bz2 scummvm-rg350-d6edbe97c91f54bb84ebc3b1cb14e6131cdf04b7.zip |
TOLTECS: Oops, forgot to disable the debug path drawing.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/toltecs/segmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |