Oops. Still sent sound as mono to AHI ...

svn-id: r4389
This commit is contained in:
Ruediger Hanke 2002-05-30 11:36:54 +00:00
parent e192a6ca87
commit f33c6f08b0

View File

@ -1706,7 +1706,7 @@ bool OSystem_MorphOS::set_sound_proc( void *param, OSystem::SoundProc *proc, byt
MySoundEmulFunc.StackSize = 8192;
MySoundEmulFunc.Extension = 0;
MySoundEmulFunc.Arg1 = (ULONG)this;
MySoundEmulFunc.Arg2 = AHIST_M16S;
MySoundEmulFunc.Arg2 = AHIST_S16S;
soundProcTags[ 0 ].ti_Data = (ULONG)&MySoundEmulFunc;
ScummSoundThread = CreateNewProc( soundProcTags );