projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a mutator hook to allow forcing team radar icons to display regardless of their...
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
client
/
mutators
/
events.qh
diff --git
a/qcsrc/client/mutators/events.qh
b/qcsrc/client/mutators/events.qh
index
258ad9e
..
c324732
100644
(file)
--- a/
qcsrc/client/mutators/events.qh
+++ b/
qcsrc/client/mutators/events.qh
@@
-228,3
+228,6
@@
MUTATOR_HOOKABLE(ShowNames_Draw, EV_ShowNames_Draw);
/** Return true to display the race timer HUD panel */
MUTATOR_HOOKABLE(ShowRaceTimer, EV_NO_ARGS);
+
+/** Return true to force team radar to display entities regardless of their team */
+MUTATOR_HOOKABLE(TeamRadar_Draw, EV_NO_ARGS);