[Scummvm-git-logs] scummvm master -> 83c801cd2116d2126d17c4a0ed8ef6078d98f37f
Die4Ever
noreply at scummvm.org
Mon Feb 21 00:29:45 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:
83c801cd21 GROOVIE: nicer warning for bad files according to bug 13296
Commit: 83c801cd2116d2126d17c4a0ed8ef6078d98f37f
https://github.com/scummvm/scummvm/commit/83c801cd2116d2126d17c4a0ed8ef6078d98f37f
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-02-20T18:29:30-06:00
Commit Message:
GROOVIE: nicer warning for bad files according to bug 13296
https://bugs.scummvm.org/ticket/13296
Changed paths:
engines/groovie/video/roq.cpp
diff --git a/engines/groovie/video/roq.cpp b/engines/groovie/video/roq.cpp
index 417097fb76d..6c0da3f690a 100644
--- a/engines/groovie/video/roq.cpp
+++ b/engines/groovie/video/roq.cpp
@@ -546,6 +546,7 @@ bool ROQPlayer::processBlock() {
if (endpos != _file->pos()) {
warning("Groovie::ROQ: BLOCK %04x Should have ended at %d, and has ended at %d", blockHeader.type, endpos, (int)_file->pos());
+ warning("Ensure you've copied the files correctly according to the wiki.");
_file->seek(endpos);
}
// End the frame when the graphics have been modified or when there's an error
More information about the Scummvm-git-logs
mailing list