diff options
-rw-r--r-- | src/v_video.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/v_video.c b/src/v_video.c index 56207d64..0cf64926 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -44,6 +44,10 @@ #include "w_wad.h" #include "z_zone.h" +// TODO: There are separate RANGECHECK defines for different games, but this +// is common code. Fix this. +#define RANGECHECK + // Blending table used for fuzzpatch, etc. // Only used in Heretic/Hexen |