freebsd-ports/games/quake2-3zb2/files/patch-g_ctf.h
Alejandro Pulver 48901ec1b7 - Fix undefined references in library (previously it could only be used with
"games/qudos" and "games/kmquake2", because they build a modified version).
- Install node files with appropiate permissions.
- Add an entry in pkg-message about permissions.
- Bump PORTREVISION.

Reported by:	Volodymyr Kostyrko <arcade@synergetica.dn.ua>
Obtained from:	http://svn.quakedev.com/viewcvs.cgi/qudos/trunk/src/mods/3zb2/
2006-12-30 23:21:53 +00:00

18 lines
612 B
C

--- ./g_ctf.h.orig Sat Dec 30 19:09:03 2006
+++ ./g_ctf.h Sat Dec 30 19:09:23 2006
@@ -82,7 +82,7 @@
void CTFAssignTeam(gclient_t *who);
edict_t *SelectCTFSpawnPoint (edict_t *ent);
qboolean CTFPickup_Flag(edict_t *ent, edict_t *other);
-qboolean CTFDrop_Flag(edict_t *ent, gitem_t *item);
+void CTFDrop_Flag(edict_t *ent, gitem_t *item); //was qboolean
void CTFEffects(edict_t *player);
void CTFCalcScores(void);
void SetCTFStats(edict_t *ent);
@@ -133,4 +133,4 @@
void SP_trigger_teleport (edict_t *ent);
void SP_info_teleport_destination (edict_t *ent);
-#endif
\ No newline at end of file
+#endif