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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/heretic/sounds.h b/src/heretic/sounds.h
index 67cc377c..685bfa61 100644
--- a/src/heretic/sounds.h
+++ b/src/heretic/sounds.h
@@ -115,15 +115,15 @@ typedef struct sfxinfo_s
typedef struct
{
mobj_t *mo;
- long sound_id;
- long handle;
- long pitch;
+ int sound_id;
+ int handle;
+ int pitch;
int priority;
} channel_t;
typedef struct
{
- long id;
+ int id;
unsigned short priority;
char *name;
mobj_t *mo;