[Scummvm-git-logs] scummvm master -> 4afe41501dbc9abbf79cc70f73dc716e0df1edad
sev-
noreply at scummvm.org
Sun Dec 29 18:56:45 UTC 2024
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:
4afe41501d GROOVIE: Added more debug output
Commit: 4afe41501dbc9abbf79cc70f73dc716e0df1edad
https://github.com/scummvm/scummvm/commit/4afe41501dbc9abbf79cc70f73dc716e0df1edad
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-29T19:56:31+01:00
Commit Message:
GROOVIE: Added more debug output
Changed paths:
engines/groovie/video/roq.cpp
diff --git a/engines/groovie/video/roq.cpp b/engines/groovie/video/roq.cpp
index 42dc7140567..d9b18ada012 100644
--- a/engines/groovie/video/roq.cpp
+++ b/engines/groovie/video/roq.cpp
@@ -375,6 +375,7 @@ void ROQPlayer::buildShowBuf() {
if (_screen->h != 480) {
screenOffset = 80;
}
+ debugC(1, kDebugVideo, "scr: %d x %d screenOffset: %d orig: %d, %d scale: %d %d", _screen->w, _screen->h, screenOffset, _origX, _origY, _scaleX, _scaleY);
if (_alpha) {
redrawRestoreArea(screenOffset, false);
More information about the Scummvm-git-logs
mailing list