summaryrefslogtreecommitdiff
path: root/src/hexen/h2def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/h2def.h')
-rw-r--r--src/hexen/h2def.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index e566657d..a79d8418 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -101,8 +101,6 @@
//#define NUMARTIFCTS 28
#define MAXPLAYERS 8
-typedef unsigned int uint;
-
#define BT_ATTACK 1
#define BT_USE 2
#define BT_CHANGE 4 // if true, the next 3 bits hold weapon num
@@ -566,7 +564,7 @@ typedef struct player_s
int colormap; // 0-3 for which color to draw player
pspdef_t psprites[NUMPSPRITES]; // view sprites (gun, etc)
int morphTics; // player is a pig if > 0
- uint jumpTics; // delay the next jump for a moment
+ unsigned int jumpTics; // delay the next jump for a moment
unsigned int worldTimer; // total time the player's been playing
} player_t;