diff options
Diffstat (limited to 'ia.c')
-rw-r--r-- | ia.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "actions.h" -static struct character_t *ai_find_random_target(const struct team_t *team) +static struct chr_t *ai_find_random_target(const struct team_t *team) { int alive = 0; int target_idx; |