ports/graphics/rayshade/files/patch-libray_libsurf_fog.c
Muhammad Moinur Rahman e3ec54e790 graphics/rayshade: Unbreak with llvm15
- Pet portclippy
- Adopt port
2023-05-18 18:09:11 +02:00

10 lines
227 B
C

--- libray/libsurf/fog.c.orig 1992-02-10 03:03:33 UTC
+++ libray/libsurf/fog.c
@@ -28,7 +28,6 @@ FogCreate(color, trans)
Color *color, *trans;
{
Fog *fog;
- static void ComputeFog();
fog = (Fog *)Malloc(sizeof(Fog));