From 55bb7e8935369cb392c705969ed626fe9c0c391c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 17 Sep 2008 01:05:14 +0000 Subject: Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1234 --- src/heretic/p_spec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/p_spec.c') diff --git a/src/heretic/p_spec.c b/src/heretic/p_spec.c index 5a6aee8c..aff01e11 100644 --- a/src/heretic/p_spec.c +++ b/src/heretic/p_spec.c @@ -441,7 +441,7 @@ fixed_t P_FindLowestCeilingSurrounding(sector_t * sec) int i; line_t *check; sector_t *other; - fixed_t height = MAXINT; + fixed_t height = INT_MAX; for (i = 0; i < sec->linecount; i++) { -- cgit v1.2.3