summaryrefslogtreecommitdiff
path: root/src/heretic/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/doomdef.h')
-rw-r--r--src/heretic/doomdef.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/heretic/doomdef.h b/src/heretic/doomdef.h
index 3cfafad4..969448c6 100644
--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -32,6 +32,7 @@
#define strcasecmp strcmpi
#define strncasecmp strnicmp
#endif
+#include <limits.h>
#define VERSION 130
#define VERSION_TEXT "v1.3"
@@ -89,17 +90,6 @@ extern byte *destview, *destscreen; // PC direct to screen pointers
#define KEY_LALT KEY_RALT
-
-#define MAXCHAR ((char)0x7f)
-#define MAXSHORT ((short)0x7fff)
-#define MAXINT ((int)0x7fffffff) /* max pos 32-bit int */
-#define MAXLONG ((long)0x7fffffff)
-
-#define MINCHAR ((char)0x80)
-#define MINSHORT ((short)0x8000)
-#define MININT ((int)0x80000000) /* max negative 32-bit integer */
-#define MINLONG ((long)0x80000000)
-
#define FINEANGLES 8192
#define FINEMASK (FINEANGLES-1)
#define ANGLETOFINESHIFT 19 // 0x100000000 to 0x2000