summaryrefslogtreecommitdiffstats
path: root/src/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/char.h')
-rw-r--r--src/char.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/char.h b/src/char.h
index ac25c14..2c31ca2 100644
--- a/src/char.h
+++ b/src/char.h
@@ -29,8 +29,7 @@ struct mf_char *
mf_player_new(struct mf_maze *maze, int cell_width);
struct mf_char *
-mf_enemy_new(struct mf_maze *maze, int cell_width, int maze_size,
- struct mf_char *prev_enemy);
+mf_enemy_new(struct mf_maze *maze, int cell_width, int maze_size);
void
mf_char_get_vector(struct mf_char *c, int *x, int *y, int *travel,