* better drawBox (tnx sam_k)

* more params allowed for soundKludge opcode (8 instead of 16) will perhaps fix bugs.

svn-id: r3523
This commit is contained in:
Ludvig Strigeus 2001-12-04 10:44:33 +00:00
parent aa16d39198
commit 761fe5d7bd
7 changed files with 25 additions and 15 deletions

View file

@ -1830,7 +1830,7 @@ void Scumm::o6_getActorAnimCounter1() {
}
void Scumm::o6_soundKludge() {
int16 list[8];
int16 list[16];
getStackList(list,sizeof(list)/sizeof(list[0]));
soundKludge(list);
}