diff options
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r-- | sword2/driver/d_sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index 7fb4af60fa..d0b61eee0e 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -98,6 +98,7 @@ class Sword2Sound { uint8 fxiPaused[MAXFX]; uint8 fxLooped[MAXFX]; uint8 fxVolume[MAXFX]; + uint16 fxRate[MAXFX]; uint32 flagsFx[MAXFX]; uint16 *bufferFx[MAXFX]; int32 bufferSizeFx[MAXFX]; |