summaryrefslogtreecommitdiff
path: root/src/hexen/p_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/p_map.c')
-rw-r--r--src/hexen/p_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/p_map.c b/src/hexen/p_map.c
index 5078b340..27c8386f 100644
--- a/src/hexen/p_map.c
+++ b/src/hexen/p_map.c
@@ -505,7 +505,7 @@ boolean PIT_CheckThing(mobj_t * thing)
{
if (thing->flags & MF_SHOOTABLE && thing != tmthing->target)
{
- if (thing->info->mass != MAXINT)
+ if (thing->info->mass != INT_MAX)
{
thing->momx += tmthing->momx >> 4;
thing->momy += tmthing->momy >> 4;