mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
|
--- body.C.orig Sun Dec 12 14:40:15 1999
|
||
|
+++ body.C Sun Dec 12 14:40:55 1999
|
||
|
@@ -224,7 +224,7 @@
|
||
|
int max_c;
|
||
|
|
||
|
max_c = xsize*ysize*(xsize*ysize/PKIND - 1)/2;
|
||
|
- p = new (Point [max_c][2]);
|
||
|
+ p = new Point[max_c][2];
|
||
|
t = new Point[xsize*ysize/PKIND];
|
||
|
|
||
|
if (hintNum == 0)
|