Remove overview for wizmode regenerated map

The wizmakemap command throws away the current level, so don't keep
the overview data for it around.
This commit is contained in:
Pasi Kallinen
2017-09-15 14:45:51 +03:00
parent 782db48fb5
commit 52ed881b2c
3 changed files with 35 additions and 0 deletions

View File

@@ -607,6 +607,7 @@ E int NDECL(donamelevel);
E int NDECL(dooverview);
E void FDECL(show_overview, (int, int));
E void FDECL(forget_mapseen, (int));
E void FDECL(rm_mapseen, (int));
E void FDECL(init_mapseen, (d_level *));
E void NDECL(recalc_mapseen);
E void FDECL(mapseen_temple, (struct monst *));