summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-27 18:50:14 +0200
committerAki <please@ignore.pl>2022-05-27 18:50:14 +0200
commitdd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a (patch)
treefd11a3a46580cb7f28459e88edb4df32c9a7ed68 /Killmail.h
parent2cd33c5d81088a5235554330e8f0c7f7302fa740 (diff)
downloadderelict-dd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a.zip
derelict-dd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a.tar.gz
derelict-dd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a.tar.bz2
Icons are now resolved using groups
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Killmail.h b/Killmail.h
index 59e2c54..5dcdd02 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -10,6 +10,7 @@ struct Killmail
{
long int location;
long int ship;
+ long int group;
LongVector3 position;
Owner owner;
std::time_t time;