From 632b0273bcd1d7ace684c756ba20bbde0ef2e7a4 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Fri, 29 Sep 2006 00:47:04 +0000 Subject: [PATCH] increased MAX_Y_POINTERS to allow higher resolutions in SDL --- texmap/ntmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/texmap/ntmap.c b/texmap/ntmap.c index b822e06c8..60e14ff69 100755 --- a/texmap/ntmap.c +++ b/texmap/ntmap.c @@ -207,9 +207,9 @@ int window_width; int window_height; #ifdef EDITOR_TMAP -#define MAX_Y_POINTERS 600 +#define MAX_Y_POINTERS 1024 #else -#define MAX_Y_POINTERS 600 +#define MAX_Y_POINTERS 1024 #endif int y_pointers[MAX_Y_POINTERS];