summaryrefslogtreecommitdiff
path: root/src/hexen/g_game.c
diff options
context:
space:
mode:
authorSimon Howard2008-12-01 21:43:35 +0000
committerSimon Howard2008-12-01 21:43:35 +0000
commitf871c15bea3485677c0db3679d0d968107a6c2a7 (patch)
tree42e8085900ae4672fb2ee5af6b44b42a87dcc7f0 /src/hexen/g_game.c
parent2805b87960f14e8fc4c89d3650a8d8b189c176ac (diff)
downloadchocolate-doom-f871c15bea3485677c0db3679d0d968107a6c2a7.tar.gz
chocolate-doom-f871c15bea3485677c0db3679d0d968107a6c2a7.tar.bz2
chocolate-doom-f871c15bea3485677c0db3679d0d968107a6c2a7.zip
Remove 'uint' type.
Subversion-branch: /branches/raven-branch Subversion-revision: 1397
Diffstat (limited to 'src/hexen/g_game.c')
-rw-r--r--src/hexen/g_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/g_game.c b/src/hexen/g_game.c
index 6fbddcf1..931ba1bb 100644
--- a/src/hexen/g_game.c
+++ b/src/hexen/g_game.c
@@ -1249,7 +1249,7 @@ void G_PlayerReborn(int player)
player_t *p;
int frags[MAXPLAYERS];
int killcount, itemcount, secretcount;
- uint worldTimer;
+ unsigned int worldTimer;
memcpy(frags, players[player].frags, sizeof(frags));
killcount = players[player].killcount;