remove unneeded per level flag

this is now taken care of in back_to_glyph (via altar_to_glyph)
This commit is contained in:
nhmall
2021-09-22 21:17:21 -04:00
parent 6c2a34ef94
commit 47df95d8b8
5 changed files with 10 additions and 35 deletions

View File

@@ -342,7 +342,6 @@ extern int wiz_debug_cmd_bury(void);
/* ### display.c ### */
extern void magic_map_background(xchar, xchar, int);
extern void map_altar(xchar, xchar, int);
extern void map_background(xchar, xchar, int);
extern void map_trap(struct trap *, int);
extern void map_object(struct obj *, int);