1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xshisen/files/patch-ae

12 lines
296 B
Plaintext
Raw Normal View History

1999-12-23 21:16:26 +00:00
--- 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)