mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Correction from Hibernatus, is used in fm towns games too.
svn-id: r9996
This commit is contained in:
parent
bb9a4bbfcc
commit
5f1c67424d
@ -2677,7 +2677,7 @@ void Scumm_v5::decodeParseString() {
|
||||
case 6: /* left */
|
||||
// FIXME: not sure if GF_OLD_BUNDLE is the right thing to check...
|
||||
// but Loom needs this, for sure.
|
||||
if (_features & GF_OLD_BUNDLE) {
|
||||
if (_version == 3) {
|
||||
// FIXME: this value seems to be some kind of override
|
||||
// for text spacing?!?
|
||||
/* int a = */ getVarOrDirectWord(0x80);
|
||||
|
Loading…
x
Reference in New Issue
Block a user