mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
KYRA: Fix Kyra3 family album animation glitch, CID 1004139
The first page wasn't animated, and it's likely that some of the other right-page animations were slightly off as well.
This commit is contained in:
parent
b8850522b6
commit
6e5c308b91
@ -737,7 +737,7 @@ void KyraEngine_MR::loadAlbumPageWSA() {
|
||||
if (_album.curPage != 14) {
|
||||
filename = Common::String::format("PAGE%x.WSA", _album.curPage+1);
|
||||
_album.rightPage.wsa->open(filename.c_str(), 1, 0);
|
||||
_album.rightPage.maxFrame = _album.leftPage.wsa->frames()-1;
|
||||
_album.rightPage.maxFrame = _album.rightPage.wsa->frames()-1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user