svn-id: r12139
This commit is contained in:
Max Horn 2004-01-04 14:49:14 +00:00
parent 2ce4d13c04
commit 1081c789a2
6 changed files with 11 additions and 11 deletions

View file

@ -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) {