summaryrefslogtreecommitdiff
path: root/ia.c
diff options
context:
space:
mode:
Diffstat (limited to 'ia.c')
-rw-r--r--ia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia.c b/ia.c
index 3b5d3f4..22bd863 100644
--- a/ia.c
+++ b/ia.c
@@ -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;