more github issue #606 - wall repair vs doors
Fix the vault repair issue that could lead to "wall_angle: unknown" warning. Unlike shop repair, the original wall info isn't available so this recreates it. The extra 'flags' field added yesterday could be eliminated but this leaves it in place. Fixes #606
This commit is contained in:
@@ -377,6 +377,7 @@ extern int back_to_glyph(xchar, xchar);
|
||||
extern int zapdir_to_glyph(int, int, int);
|
||||
extern int glyph_at(xchar, xchar);
|
||||
extern void reglyph_darkroom(void);
|
||||
extern void xy_set_wall_state(int, int);
|
||||
extern void set_wall_state(void);
|
||||
extern void unset_seenv(struct rm *, int, int, int, int);
|
||||
extern int warning_of(struct monst *);
|
||||
|
||||
Reference in New Issue
Block a user