summaryrefslogtreecommitdiff
path: root/src/hexen/p_setup.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/p_setup.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/p_setup.c')
-rw-r--r--src/hexen/p_setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hexen/p_setup.c b/src/hexen/p_setup.c
index abcab748..75939ecb 100644
--- a/src/hexen/p_setup.c
+++ b/src/hexen/p_setup.c
@@ -657,7 +657,6 @@ void P_SetupLevel(int episode, int map, int playermask, skill_t skill)
int i;
int parm;
char lumpname[9];
- char auxName[128];
int lumpnum;
mobj_t *mobj;