diff options
Diffstat (limited to 'graphics/rayshade/files/patch-fogdeck.c')
-rw-r--r-- | graphics/rayshade/files/patch-fogdeck.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/rayshade/files/patch-fogdeck.c b/graphics/rayshade/files/patch-fogdeck.c new file mode 100644 index 000000000000..58a165b40e25 --- /dev/null +++ b/graphics/rayshade/files/patch-fogdeck.c @@ -0,0 +1,10 @@ +--- libray/libsurf/fogdeck.c.orig Mon Feb 10 04:03:45 1992 ++++ libray/libsurf/fogdeck.c Wed Feb 7 18:37:51 2007 +@@ -31,7 +31,6 @@ + Color *color, *trans; + { + Fogdeck *fogdeck; +- static void ComputeFogdeck(); + + fogdeck = (Fogdeck *)Malloc(sizeof(Fogdeck)); + |