increased MAX_Y_POINTERS to allow higher resolutions in SDL

This commit is contained in:
zicodxx 2006-09-29 00:47:04 +00:00
parent ba1d179848
commit 632b0273bc

View file

@ -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];