keep propertynames static in timeout.c

This commit is contained in:
nhmall
2022-11-06 10:02:27 -05:00
parent 38ff4029aa
commit 9e92fefdd8
3 changed files with 17 additions and 10 deletions

View File

@@ -2749,6 +2749,7 @@ extern void substitute_tiles(d_level *);
/* ### timeout.c ### */
extern const char *property_by_index(int, int *);
extern void burn_away_slime(void);
extern void nh_timeout(void);
extern void fall_asleep(int, boolean);