Fix capitalization glitches.

This commit is contained in:
Eric S. Raymond 2017-05-23 09:18:28 -04:00
parent 943b3a62e6
commit f89f63c6d1
6 changed files with 27 additions and 27 deletions

View file

@ -172,7 +172,7 @@ L9126: if(OBJ == 0)SPK=44;
if(OBJ != DRAGON || PROP[DRAGON] != 0) return(2011);
/* Fun stuff for dragon. If he insists on attacking it, win! Set PROP to dead,
* move dragon to central loc (still fixed), move rug there (not fixed), and
* move him there, too. then do a null motion to get new description. */
* move him there, too. Then do a null motion to get new description. */
RSPEAK(49);
VERB=0;
OBJ=0;
@ -267,7 +267,7 @@ L9178: SPK=159;
return(2011);
}
/* Feed. If bird, no seed. snake, dragon, troll: quip. If dwarf, make him
/* Feed. If bird, no seed. Snake, dragon, troll: quip. If dwarf, make him
* mad. Bear, special. */
int feed() {