summaryrefslogtreecommitdiff
path: root/games/quake2-3zb2/files/patch-g_ctf.h
blob: 1d2285b04da29d764df7efd2bdedfbcdf0d23ed9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./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