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

sev- sev at scummvm.org
Wed Jun 8 06:10:34 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:
ffdb0d5665 SCUMM HE: Remove not more needed debug output


Commit: ffdb0d56651dac4dfcac19b408c58f72685cd301
    https://github.com/scummvm/scummvm/commit/ffdb0d56651dac4dfcac19b408c58f72685cd301
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-06-08T06:10:19+02:00

Commit Message:
SCUMM HE: Remove not more needed debug output

Changed paths:
    engines/scumm/he/moonbase/moonbase_fow.cpp



diff --git a/engines/scumm/he/moonbase/moonbase_fow.cpp b/engines/scumm/he/moonbase/moonbase_fow.cpp
index 77f40a7..0837d9e 100644
--- a/engines/scumm/he/moonbase/moonbase_fow.cpp
+++ b/engines/scumm/he/moonbase/moonbase_fow.cpp
@@ -175,19 +175,6 @@ void Moonbase::setFOWInfo(int fowInfoArray, int downDim, int acrossDim, int view
 	if (!_fowImage)
 		return;
 
-	for (int y = 0; y < downDim; y++) {
-		Common::String s;
-
-		for (int x = 0; x < acrossDim; x++)
-			if (readFOWVisibilityArray(fowInfoArray, x, y))
-				s += "@";
-			else
-				s+= " ";
-
-		debug(5, "%s", s.c_str());
-	}
-	debug(5, "");
-
 	memset(_fowRenderTable, 0, sizeof(_fowRenderTable));
 
 	_fowDrawX = clipX1;






More information about the Scummvm-git-logs mailing list