summaryrefslogtreecommitdiff
path: root/src/hexen/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/info.h')
-rw-r--r--src/hexen/info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hexen/info.h b/src/hexen/info.h
index bacce7e8..6ad2975e 100644
--- a/src/hexen/info.h
+++ b/src/hexen/info.h
@@ -3182,11 +3182,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];