aboutsummaryrefslogtreecommitdiff
path: root/games/quake2lnx/files/patch-src::client::cl_fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2lnx/files/patch-src::client::cl_fx.c')
-rw-r--r--games/quake2lnx/files/patch-src::client::cl_fx.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/quake2lnx/files/patch-src::client::cl_fx.c b/games/quake2lnx/files/patch-src::client::cl_fx.c
new file mode 100644
index 000000000000..a1da485a1ecc
--- /dev/null
+++ b/games/quake2lnx/files/patch-src::client::cl_fx.c
@@ -0,0 +1,11 @@
+--- src/client/cl_fx.c.orig Thu Jun 12 14:24:20 2003
++++ src/client/cl_fx.c Thu Jun 12 14:24:42 2003
+@@ -1507,7 +1507,7 @@
+ */
+ #ifdef QMAX
+ void CL_FlagTrail (vec3_t start, vec3_t end, boolean isred)
+-#else)
++#else
+ void CL_FlagTrail (vec3_t start, vec3_t end, float color)
+ #endif
+ {