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/info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/heretic/info.h') diff --git a/src/heretic/info.h b/src/heretic/info.h index 95adef0e..0a27657b 100644 --- a/src/heretic/info.h +++ b/src/heretic/info.h @@ -1368,11 +1368,11 @@ typedef enum typedef struct { spritenum_t sprite; - long frame; - long tics; + int frame; + int tics; void (*action) (); statenum_t nextstate; - long misc1, misc2; + int misc1, misc2; } state_t; extern state_t states[NUMSTATES]; -- cgit v1.2.3