summaryrefslogtreecommitdiff
path: root/src/strife/p_telept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_telept.c')
-rw-r--r--src/strife/p_telept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_telept.c b/src/strife/p_telept.c
index f947a9d9..390951a0 100644
--- a/src/strife/p_telept.c
+++ b/src/strife/p_telept.c
@@ -59,7 +59,7 @@ EV_Teleport
int i;
int tag;
mobj_t* m;
- mobj_t* fog;
+ mobj_t* fog = NULL;
unsigned an;
thinker_t* thinker;
sector_t* sector;