light: make targetent pointer const
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
bf6a5e2bfa
commit
9b470d126b
|
|
@ -66,7 +66,7 @@ typedef struct entity_s {
|
||||||
char target[MAX_ENT_VALUE];
|
char target[MAX_ENT_VALUE];
|
||||||
char targetname[MAX_ENT_VALUE];
|
char targetname[MAX_ENT_VALUE];
|
||||||
struct epair_s *epairs;
|
struct epair_s *epairs;
|
||||||
struct entity_s *targetent;
|
const struct entity_s *targetent;
|
||||||
} entity_t;
|
} entity_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue