mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
SCI: fixing bug #3091767 by reverting r52820
interpreters should get checked for that hoyle 4 code, comment added svn-id: r53851
This commit is contained in:
parent
5323be5f84
commit
f9cb635b58
@ -292,7 +292,10 @@ void GfxAnimate::fill(byte &old_picNotValid, bool maySetNsRect) {
|
||||
// versions. m_kiewitz knew about this flag before I (lskovlun) implemented it,
|
||||
// so it is possible that more test cases are known. Also, some presently open
|
||||
// SCI1.1 bugs may be fixed by this and should be re-tested with this patch generalized.
|
||||
if (it->scaleSignal & kScaleSignalDontSetNsrect)
|
||||
|
||||
// NOTE: *this* breaks at least eco quest 2. One should go through interpreters and check
|
||||
// the code before enabling it for more games (TODO)
|
||||
if ((g_sci->getGameId() == GID_HOYLE4) && (it->scaleSignal & kScaleSignalDontSetNsrect))
|
||||
setNsRect = false;
|
||||
|
||||
if (setNsRect) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user