summaryrefslogtreecommitdiff
path: root/src/hexen/s_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/s_sound.h')
-rw-r--r--src/hexen/s_sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/s_sound.h b/src/hexen/s_sound.h
index 6cc5a87e..b66a513e 100644
--- a/src/hexen/s_sound.h
+++ b/src/hexen/s_sound.h
@@ -61,7 +61,7 @@ typedef struct
typedef struct
{
- long id;
+ int id;
unsigned short priority;
char *name;
mobj_t *mo;