summaryrefslogtreecommitdiff
path: root/src/heretic/p_floor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/p_floor.c')
-rw-r--r--src/heretic/p_floor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/p_floor.c b/src/heretic/p_floor.c
index 8a32b462..c370f165 100644
--- a/src/heretic/p_floor.c
+++ b/src/heretic/p_floor.c
@@ -318,7 +318,7 @@ int EV_DoFloor(line_t * line, floor_e floortype)
break;
case raiseToTexture:
{
- int minsize = MAXINT;
+ int minsize = INT_MAX;
side_t *side;
floor->direction = 1;