aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Kelly <edkelly@users.sourceforge.net>2007-03-05 16:36:43 +0000
committerEd Kelly <edkelly@users.sourceforge.net>2007-03-05 16:36:43 +0000
commitd9671b022119cb7f85d720f65acf0262cdb09eeb (patch)
tree85cfbca26b2b8d37ce2889c5d64d9afbece92a4b
parent1142163a6391018dadfef855ed53962900886ab9 (diff)
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
-rwxr-xr-xpolymap/polymap.c2
1 files changed, 1 insertions, 1 deletions
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 <math.h>
#include <string.h>
#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 */