freebsd-ports/games/quake2-ctf/files/patch-p_weapon.c
Alejandro Pulver aa3e03a8dd - Fix building with GCC 4.x.
Reported by:	pointyhat
2007-01-10 22:22:30 +00:00

11 lines
208 B
C

--- ./p_weapon.c.orig Wed Mar 4 18:51:16 1998
+++ ./p_weapon.c Wed Jan 10 19:05:28 2007
@@ -4,7 +4,7 @@
#include "m_player.h"
-static qboolean is_quad;
+qboolean is_quad;
static byte is_silenced;