projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'terencehill/bot_waypoints' into terencehill/bot_ai
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
t_items.qh
diff --git
a/qcsrc/common/t_items.qh
b/qcsrc/common/t_items.qh
index
3740c9a
..
5d815ce
100644
(file)
--- a/
qcsrc/common/t_items.qh
+++ b/
qcsrc/common/t_items.qh
@@
-26,6
+26,8
@@
const int ISF_SIZE = BIT(7);
#ifdef SVQC
void StartItem(entity this, entity a);
+.int item_group;
+.int item_group_count;
#endif
#ifdef CSQC