diff options
Diffstat (limited to 'target.h')
-rw-r--r-- | target.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ struct target_t { union { struct team_t *team; - struct character_t *chr; + struct chr_t *chr; }; }; |