aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword2/driver/d_sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index 0310978eed..b061db823d 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -1026,7 +1026,7 @@ int32 Sound::openFx(int32 id, uint8 *data) {
_fx[fxi]._rate = READ_LE_UINT16(data + 24);
- data += READ_UINT32(data + 16) + 20;
+ data += READ_LE_UINT32(data + 16) + 20;
if (READ_UINT32(data) != MKID('data')) {
warning("openFx: WAV file has no 'data' chunk");