summaryrefslogtreecommitdiff
path: root/src/heretic/r_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/r_main.c')
-rw-r--r--src/heretic/r_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c
index 2f3d604a..7628e595 100644
--- a/src/heretic/r_main.c
+++ b/src/heretic/r_main.c
@@ -71,7 +71,7 @@ int viewangletox[FINEANGLES / 2];
angle_t xtoviewangle[SCREENWIDTH + 1];
// the finetangentgent[angle+FINEANGLES/4] table holds the fixed_t tangent
-// values for view angles, ranging from MININT to 0 to MAXINT.
+// values for view angles, ranging from INT_MIN to 0 to INT_MAX.
// fixed_t finetangent[FINEANGLES/2];
// fixed_t finesine[5*FINEANGLES/4];