aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_sound.h')
-rw-r--r--sword2/driver/d_sound.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h
index 9557df01a9..f88ca4e136 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -93,9 +93,7 @@ class Sword2Sound {
int32 DipMusic();
int32 fxId[MAXFX];
- uint8 fxCached[MAXFX];
uint8 fxiPaused[MAXFX];
- uint8 fxLooped[MAXFX];
uint8 fxVolume[MAXFX];
uint16 fxRate[MAXFX];
uint32 flagsFx[MAXFX];
@@ -114,7 +112,6 @@ class Sword2Sound {
int16 musStreaming[MAXMUS];
int16 musicPaused[MAXMUS];
- int16 musCounter[MAXMUS];
int16 musFading[MAXMUS];
int16 musLooping[MAXMUS];