cleanup
svn-id: r12139
This commit is contained in:
parent
2ce4d13c04
commit
1081c789a2
6 changed files with 11 additions and 11 deletions
|
@ -1847,7 +1847,7 @@ void ScummEngine_v5::o5_roomOps() {
|
|||
a = getVarOrDirectWord(PARAM_1);
|
||||
b = getVarOrDirectWord(PARAM_2);
|
||||
}
|
||||
initScreens(a, _screenWidth, b);
|
||||
initScreens(a, b);
|
||||
break;
|
||||
case 4: // SO_ROOM_PALETTE
|
||||
if (_features & GF_SMALL_HEADER) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue