From 7d6f56ed48d021a9b13a4a5ffbb274c8eeef3722 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 23 Jun 2004 02:21:10 +0000 Subject: Enable some sound support in HE7 games. svn-id: r14006 --- scumm/script_v7he.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/script_v7he.cpp') diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index f29945759c..bbad4f5746 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -665,7 +665,8 @@ void ScummEngine_v7he::o7_startSound() { break; case 232: - pop(); + //FIXME Ignoring extra arguments for now. + _sound->addSoundToQueue(pop()); // _staticVar4 = pop(); // _staticVar3 = 0; // _staticVar1 = 11025; -- cgit v1.2.3