[Scummvm-git-logs] scummvm master -> eff425e399cc9a8e491df35322560759e32c94c3

sev- noreply at scummvm.org
Tue Jun 28 15:34:06 UTC 2022


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:
eff425e399 JANITORIAL: Remove leftover debug output


Commit: eff425e399cc9a8e491df35322560759e32c94c3
    https://github.com/scummvm/scummvm/commit/eff425e399cc9a8e491df35322560759e32c94c3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-06-28T17:33:42+02:00

Commit Message:
JANITORIAL: Remove leftover debug output

Changed paths:
    engines/director/score.cpp


diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 9677111a80b..8f8ff270092 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -263,8 +263,6 @@ void Score::startPlay() {
 		return;
 	}
 
-	warning("FRAMES: %d", _frames.size());
-
 	_lastPalette = _frames[_currentFrame]->_palette.paletteId;
 	_vm->setPalette(resolvePaletteId(_lastPalette));
 




More information about the Scummvm-git-logs mailing list