fixed stupid bug
svn-id: r7018
This commit is contained in:
parent
3efe16ffce
commit
ad7bc9b22f
1 changed files with 1 additions and 1 deletions
|
@ -1632,7 +1632,7 @@ void Scumm_v5::o5_roomOps() {
|
||||||
break;
|
break;
|
||||||
case 2: /* room color */
|
case 2: /* room color */
|
||||||
if (_features & GF_SMALL_HEADER) {
|
if (_features & GF_SMALL_HEADER) {
|
||||||
if (!(_features & GF_AFTER_V2)) {
|
if (!(_features & GF_AFTER_V3)) {
|
||||||
a = getVarOrDirectWord(0x80);
|
a = getVarOrDirectWord(0x80);
|
||||||
b = getVarOrDirectWord(0x40);
|
b = getVarOrDirectWord(0x40);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue