summaryrefslogtreecommitdiff
path: root/games/quake2-3zb2/files/patch-g_local.h
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-30 23:21:53 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-30 23:21:53 +0000
commit48901ec1b7c50ab52f8c509a9f26a6c562e241a8 (patch)
tree446ab42343592f377f6dc9371518d58713e11a36 /games/quake2-3zb2/files/patch-g_local.h
parent- Add backup MASTER_SITES (diff)
- 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/
Notes
Notes: svn path=/head/; revision=181110
Diffstat (limited to 'games/quake2-3zb2/files/patch-g_local.h')
-rw-r--r--games/quake2-3zb2/files/patch-g_local.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/games/quake2-3zb2/files/patch-g_local.h b/games/quake2-3zb2/files/patch-g_local.h
new file mode 100644
index 000000000000..9244b2ba5708
--- /dev/null
+++ b/games/quake2-3zb2/files/patch-g_local.h
@@ -0,0 +1,48 @@
+--- ./g_local.h.orig Sat Dec 30 19:09:03 2006
++++ ./g_local.h Sat Dec 30 19:09:23 2006
+@@ -586,10 +586,10 @@
+ extern cvar_t *zigmode;
+ extern float spawncycle;
+ //ponpoko
+-
+ //ZOID
+ extern qboolean is_quad;
+ //ZOID
++extern cvar_t *botchat;
+
+ #define world (&g_edicts[0])
+
+@@ -636,6 +636,13 @@
+ extern field_t fields[];
+ extern gitem_t itemlist[];
+
++//
++// bot.c
++//
++
++void bFakeChat(edict_t *bot);
++void bInsult(edict_t *bot, edict_t *loser);
++void bTaunt(edict_t *bot, edict_t *other);
+
+ //
+ // g_cmds.c
+@@ -1246,12 +1253,16 @@
+ // common data blocks
+ moveinfo_t moveinfo;
+ monsterinfo_t monsterinfo;
+-
++
+ // RAFAEL
+ int orders;
++
++ float last_insult;
++ float last_taunt;
++ float last_chat;
+ };
+
+ //ZOID
+ #include "g_ctf.h"
+ //ZOID
+-#endif
+\ No newline at end of file
++#endif