From d9671b022119cb7f85d720f65acf0262cdb09eeb Mon Sep 17 00:00:00 2001 From: Ed Kelly Date: Mon, 5 Mar 2007 16:36:43 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r7464, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ekext/; revision=7465 --- polymap/polymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymap/polymap.c b/polymap/polymap.c index 02192b1..7ad7c23 100755 --- a/polymap/polymap.c +++ b/polymap/polymap.c @@ -2,7 +2,7 @@ #include #include #define MAXPOLY 32 -#define POLYMAP 512 +#define POLYMAP 1024 /* The polymap is a two-dimensional array, but here instead of this we have a one dimensional array of length MAXPOLY^2 */ -- cgit v1.2.1