[Scummvm-git-logs] scummvm master -> b84c97b64384152d74351008ea0a27e40698c66c
aquadran
noreply at scummvm.org
Fri Sep 26 11:33:04 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
b84c97b643 WINTERMUTE: Missed one line for earlier commit for sync with original
Commit: b84c97b64384152d74351008ea0a27e40698c66c
https://github.com/scummvm/scummvm/commit/b84c97b64384152d74351008ea0a27e40698c66c
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-09-26T13:32:57+02:00
Commit Message:
WINTERMUTE: Missed one line for earlier commit for sync with original
Changed paths:
engines/wintermute/base/base_sprite.cpp
diff --git a/engines/wintermute/base/base_sprite.cpp b/engines/wintermute/base/base_sprite.cpp
index 9f7260bc0d7..f7eeba7ea3c 100644
--- a/engines/wintermute/base/base_sprite.cpp
+++ b/engines/wintermute/base/base_sprite.cpp
@@ -149,7 +149,7 @@ bool BaseSprite::loadFile(const char *filename, int lifeTime, TSpriteCacheType c
delete frame;
delete subframe;
} else {
- subframe->setDefaultRect();
+ BasePlatform::setRect(&subframe->_rect, 0, 0, subframe->_surface->getWidth(), subframe->_surface->getHeight());
frame->_subframes.add(subframe);
_frames.add(frame);
_currentFrame = 0;
More information about the Scummvm-git-logs
mailing list