* 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:
parent
aa16d39198
commit
761fe5d7bd
7 changed files with 25 additions and 15 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue