freebsd-ports/graphics/rayshade/files/patch-fog.c
2007-02-07 17:41:40 +00:00

10 lines
229 B
C

--- libray/libsurf/fog.c.orig Mon Feb 10 04:03:33 1992
+++ libray/libsurf/fog.c Wed Feb 7 18:36:49 2007
@@ -28,7 +28,6 @@
Color *color, *trans;
{
Fog *fog;
- static void ComputeFog();
fog = (Fog *)Malloc(sizeof(Fog));