removed unused param in initScreens

svn-id: r12119
This commit is contained in:
Max Horn 2004-01-03 21:26:44 +00:00
parent 34db2e793a
commit 22248a548f
6 changed files with 11 additions and 11 deletions

View file

@ -1526,7 +1526,7 @@ void ScummEngine_v6::o6_roomOps() {
case 174: // SO_ROOM_SCREEN
b = pop();
a = pop();
initScreens(0, a, _screenWidth, b);
initScreens(a, _screenWidth, b);
break;
case 175: // SO_ROOM_PALETTE