mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
TSAGE: Fix for standard screens not showing after an animation ends
This commit is contained in:
parent
e209e15833
commit
4e08dc04da
@ -2066,7 +2066,7 @@ void AnimationPlayer::close() {
|
||||
|
||||
_field38 = 0;
|
||||
if (g_globals != NULL)
|
||||
R2_GLOBALS._animationCtr = MAX(R2_GLOBALS._animationCtr, 0);
|
||||
R2_GLOBALS._animationCtr = MAX(R2_GLOBALS._animationCtr - 1, 0);
|
||||
}
|
||||
|
||||
void AnimationPlayer::rleDecode(const byte *pSrc, byte *pDest, int size) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user