From 9c707d58e5004fad1540c7d05bdda54773d5ed71 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 24 Sep 2008 18:19:42 +0000 Subject: Replace all occurrences of long with int in the Heretic code. Subversion-branch: /branches/raven-branch Subversion-revision: 1270 --- src/heretic/sounds.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/heretic/sounds.h') 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; -- cgit v1.2.3