aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--morphos/morphos.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphos/morphos.cpp b/morphos/morphos.cpp
index a6d9399a70..6009de7dbc 100644
--- a/morphos/morphos.cpp
+++ b/morphos/morphos.cpp
@@ -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 );