Rename opcode

svn-id: r15581
This commit is contained in:
Travis Howell 2004-10-17 06:32:58 +00:00
parent eaa65d57dd
commit cb12a2a0a1
6 changed files with 27 additions and 29 deletions

View file

@ -412,7 +412,12 @@ void ScummEngine_v70he::o70_startSound() {
_heSndFlags |= 4;
break;
case 23:
debug(1,"o70_startSound: case 29 (%d, %d, %d)", pop(), pop(), pop());
{
int value = pop();
int var = pop();
int snd = pop();
debug(1,"o70_startSound: case 29 (snd %d, var %d, value %d)", snd, var, value);
}
break;
case 56:
_heSndFlags |= 2;