summaryrefslogtreecommitdiff
path: root/src/doom/p_maputl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doom/p_maputl.c')
-rw-r--r--src/doom/p_maputl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doom/p_maputl.c b/src/doom/p_maputl.c
index 916f2b64..098c2c73 100644
--- a/src/doom/p_maputl.c
+++ b/src/doom/p_maputl.c
@@ -887,7 +887,7 @@ P_PathTraverse
int count;
- earlyout = flags & PT_EARLYOUT;
+ earlyout = (flags & PT_EARLYOUT) != 0;
validcount++;
intercept_p = intercepts;