Revert var name.
svn-id: r12811
This commit is contained in:
parent
9271ca5233
commit
514347c899
1 changed files with 5 additions and 3 deletions
|
@ -397,9 +397,11 @@ void ScummEngine_v6he::o6_setState() {
|
|||
}
|
||||
|
||||
void ScummEngine_v6he::o6_startSound() {
|
||||
// Seems to range between 952 - 9000
|
||||
if (_gameId != GID_PUTTDEMO)
|
||||
debug(2, "o6_startSound: unknown value %d", pop());
|
||||
if (_gameId != GID_PUTTDEMO) {
|
||||
// Seems to range between 952 - 9000
|
||||
int offset = pop();
|
||||
debug(2, "o6_startSound: offset %d", offset);
|
||||
}
|
||||
|
||||
_sound->addSoundToQueue(pop());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue