grammar fix for "That walking shoes is really a small mimic"

This commit is contained in:
nhmall
2019-10-19 12:05:33 -04:00
parent 46225955bc
commit c099e0a1ff
4 changed files with 44 additions and 2 deletions

View File

@@ -1379,6 +1379,7 @@ E struct obj *FDECL(obj_nexto_xy, (struct obj *, int, int, BOOLEAN_P));
E struct obj *FDECL(obj_absorb, (struct obj **, struct obj **));
E struct obj *FDECL(obj_meld, (struct obj **, struct obj **));
E void FDECL(pudding_merge_message, (struct obj *, struct obj *));
E struct obj *FDECL(init_dummyobj, (struct obj *, SHORT_P, long));
/* ### mkroom.c ### */