summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index a8562ae1..184a12d4 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -38,8 +38,13 @@ typedef struct sfxinfo_struct sfxinfo_t;
struct sfxinfo_struct
{
- // up to 6-character name
- char *name;
+ // tag name, used for hexen.
+ char *tagname;
+
+ // lump name. If we are running with use_sfx_prefix=true, a
+ // 'DS' (or 'DP' for PC speaker sounds) is prepended to this.
+
+ char name[9];
// Sfx priority
int priority;