diff options
Diffstat (limited to 'sword2/driver/d_sound.cpp')
-rw-r--r-- | sword2/driver/d_sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index 84f1c8f4e1..d658dc69bc 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -806,7 +806,7 @@ int32 Sword2Sound::OpenFx(int32 id, uint8 *data) { int32 Sword2Sound::PlayFx(int32 id, uint8 *data, uint8 vol, int8 pan, uint8 type) { int32 i, loop; HRESULT hr; -return RD_OK; + if (type == RDSE_FXLOOP) loop = 1; else |