[Scummvm-git-logs] scummvm master -> 50d99c396bf32dad10cafed355169742c8549e30
npjg
nathanael.gentrydb8 at gmail.com
Wed Jun 10 14:32:19 UTC 2020
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:
50d99c396b DIRECTOR: Do not create bitmap widget too soon
Commit: 50d99c396bf32dad10cafed355169742c8549e30
https://github.com/scummvm/scummvm/commit/50d99c396bf32dad10cafed355169742c8549e30
Author: Nathanael Gentry (nathanael.gentrydb8 at gmail.com)
Date: 2020-06-10T10:32:02-04:00
Commit Message:
DIRECTOR: Do not create bitmap widget too soon
Changed paths:
engines/director/score-loading.cpp
diff --git a/engines/director/score-loading.cpp b/engines/director/score-loading.cpp
index 2ceb96735a..8b9bb0fb54 100644
--- a/engines/director/score-loading.cpp
+++ b/engines/director/score-loading.cpp
@@ -359,7 +359,6 @@ void Score::loadSpriteImages(bool isSharedCast) {
delete pic;
bitmapCast->_img = img;
- bitmapCast->createWidget();
debugC(4, kDebugImages, "Score::loadSpriteImages(): id: %d, w: %d, h: %d, flags: %x, bytes: %x, bpp: %d clut: %x",
imgId, w, h, bitmapCast->_flags, bitmapCast->_bytes, bitmapCast->_bitsPerPixel, bitmapCast->_clut);
More information about the Scummvm-git-logs
mailing list