summaryrefslogtreecommitdiff
path: root/src/heretic/sounds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/sounds.h')
-rw-r--r--src/heretic/sounds.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/heretic/sounds.h b/src/heretic/sounds.h
index ce97abb0..67cc377c 100644
--- a/src/heretic/sounds.h
+++ b/src/heretic/sounds.h
@@ -93,10 +93,10 @@ typedef enum
NUMMUSIC
} musicenum_t;
+#if 0
typedef struct
{
char name[8];
- int p1;
} musicinfo_t;
typedef struct sfxinfo_s
@@ -110,6 +110,8 @@ typedef struct sfxinfo_s
int numchannels; // total number of channels a sound type may occupy
} sfxinfo_t;
+#endif
+
typedef struct
{
mobj_t *mo;