[Scummvm-git-logs] scummvm master -> 6a0f56f40c2bea6bc8771612ffd8c0485ee94a39

sev- sev at scummvm.org
Sun Apr 1 22:30:51 CEST 2018


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:
6a0f56f40c BLADERUNNER: Remove leftover debug output


Commit: 6a0f56f40c2bea6bc8771612ffd8c0485ee94a39
    https://github.com/scummvm/scummvm/commit/6a0f56f40c2bea6bc8771612ffd8c0485ee94a39
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-04-01T22:30:44+02:00

Commit Message:
BLADERUNNER: Remove leftover debug output

Changed paths:
    engines/bladerunner/slice_animations.cpp


diff --git a/engines/bladerunner/slice_animations.cpp b/engines/bladerunner/slice_animations.cpp
index f452947..8678c17 100644
--- a/engines/bladerunner/slice_animations.cpp
+++ b/engines/bladerunner/slice_animations.cpp
@@ -103,8 +103,6 @@ bool SliceAnimations::openFrames(int fileNumber) {
 		}
 	}
 
-	warning("opening: %d", fileNumber);
-
 	if (_framesPageFile._fileNumber == 0) // HDFRAMES.DAT
 		return true;
 





More information about the Scummvm-git-logs mailing list