From 9746b652ace1de64c673758871e5d0a126b67bd0 Mon Sep 17 00:00:00 2001 From: slevy <slevy> Date: Tue, 17 Jul 2001 17:28:08 +0000 Subject: [PATCH] Increase MAXPTSIZE to allow bigger dots! --- src/partibrains.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/partibrains.c b/src/partibrains.c index 674c77c..f2705bb 100644 --- a/src/partibrains.c +++ b/src/partibrains.c @@ -1,6 +1,9 @@ static char local_id[] = "$Id$"; /* * $Log$ + * Revision 1.58 2001/07/17 17:28:08 slevy + * Increase MAXPTSIZE to allow bigger dots! + * * Revision 1.57 2001/07/16 17:58:37 slevy * Don't take spurious snapshot if "snapset" command gets -... args. * Revert to compatible texture behavior: texture -A is again the default, @@ -2137,7 +2140,7 @@ void drawspecks( struct stuff *st ) if(st->usepoint && !(st->useboxes == 2)) { -#define MAXPTSIZE 16 /* in half-point units */ +#define MAXPTSIZE 32 /* in half-point units */ #define PERBUCKET 64 /* max points per bucket */ struct cpoint sized[MAXPTSIZE*2][PERBUCKET]; -- GitLab