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 098c2c73..6cc35a5a 100644
--- a/src/doom/p_maputl.c
+++ b/src/doom/p_maputl.c
@@ -846,7 +846,7 @@ static void InterceptsOverrun(int num_intercepts, intercept_t *intercept)
InterceptsMemoryOverrun(location, intercept->frac);
InterceptsMemoryOverrun(location + 4, intercept->isaline);
- InterceptsMemoryOverrun(location + 8, (int) intercept->d.thing);
+ InterceptsMemoryOverrun(location + 8, (intptr_t) intercept->d.thing);
}