summaryrefslogtreecommitdiff
path: root/src/hexen/am_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/am_map.c')
-rw-r--r--src/hexen/am_map.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hexen/am_map.c b/src/hexen/am_map.c
index 458ee449..05d03d8f 100644
--- a/src/hexen/am_map.c
+++ b/src/hexen/am_map.c
@@ -275,7 +275,6 @@ void AM_initVariables(void)
{
int pnum;
thinker_t *think;
- mobj_t *mo;
//static event_t st_notify = { ev_keyup, AM_MSGENTERED };
@@ -323,7 +322,6 @@ void AM_initVariables(void)
{ //not a mobj
continue;
}
- mo = (mobj_t *) think;
}
}
@@ -424,7 +422,6 @@ boolean AM_Responder(event_t * ev)
{
int rc;
int key;
- static int cheatstate = 0;
static int bigstate = 0;
key = ev->data1;
@@ -511,7 +508,6 @@ boolean AM_Responder(event_t * ev)
}
else
{
- cheatstate = 0;
rc = false;
}