diff --git a/level.c b/level.c index 4b95277..3678379 100644 --- a/level.c +++ b/level.c @@ -62,7 +62,6 @@ static int connect_rooms(short, short); static void draw_simple_passage(short, short, short, short, short); static void fill_it(int, boolean); static void fill_out_level(void); -static int get_exp_level(long); static void hide_boxed_passage(short, short, short, short, short); static void make_maze(short, short, short, short, short, short); static void make_room(short, short, short, short); diff --git a/rogue.h b/rogue.h index 8ce9411..927b39e 100644 --- a/rogue.h +++ b/rogue.h @@ -493,6 +493,7 @@ int get_damage(const char *, boolean); void get_desc(const object *, char *, size_t); void get_dir_rc(short, short *, short *, short); char get_dungeon_char(short, short); +static int get_exp_level(long); void get_food(object *, boolean); int get_hit_chance(const object *); int get_input_line(const char *, const char *, char *, size_t, const char *, boolean, boolean);