mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Camera scrolling only effects subtitles in SCUMM4-6 games. Fixes bug #1329482.
svn-id: r21274
This commit is contained in:
parent
c196543572
commit
f6d69c6d45
@ -419,7 +419,7 @@ void ScummEngine::CHARSET_1() {
|
||||
if (!_haveMsg)
|
||||
return;
|
||||
|
||||
if (!(_game.features & GF_NEW_CAMERA) && !(_game.id == GID_ZAK && (_game.platform == Common::kPlatformFMTowns) && getTalkingActor() == 0xFF)) {
|
||||
if (_game.version >= 4 && _game.version <= 6) {
|
||||
if ((camera._dest.x / 8) != (camera._cur.x / 8) || camera._cur.x != camera._last.x)
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user