summaryrefslogtreecommitdiff
path: root/src/hexen/sb_bar.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-16 00:07:46 +0000
committerSimon Howard2008-09-16 00:07:46 +0000
commit61e77600041ba534d824943320e7ddddb8e4f6ce (patch)
treefdaa4805bac62917f560644387ee43187dc08e05 /src/hexen/sb_bar.c
parenta4d274e6419f89992dfef416ee9deadded533629 (diff)
downloadchocolate-doom-61e77600041ba534d824943320e7ddddb8e4f6ce.tar.gz
chocolate-doom-61e77600041ba534d824943320e7ddddb8e4f6ce.tar.bz2
chocolate-doom-61e77600041ba534d824943320e7ddddb8e4f6ce.zip
Clean up some warnings in the Hexen code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1232
Diffstat (limited to 'src/hexen/sb_bar.c')
-rw-r--r--src/hexen/sb_bar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c
index 77f7bfad..fe74cf17 100644
--- a/src/hexen/sb_bar.c
+++ b/src/hexen/sb_bar.c
@@ -1978,8 +1978,6 @@ static void CheatWarpFunc(player_t * player, Cheat_t * cheat)
int ones;
int map;
char mapName[9];
- char auxName[128];
- FILE *fp;
tens = cheat->args[0] - '0';
ones = cheat->args[1] - '0';