diff options
Diffstat (limited to 'scumm/sound.h')
-rw-r--r-- | scumm/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h index 4e401ab733..c2b6f0db70 100644 --- a/scumm/sound.h +++ b/scumm/sound.h @@ -62,7 +62,7 @@ protected: struct { int16 sound; - int16 offset; + int32 offset; int16 channel; int16 flags; } _soundQue2[10]; |