Comment typofixes, pt 3

This commit is contained in:
Pasi Kallinen
2015-10-17 13:47:25 +03:00
parent f056bdb429
commit 66dd87454b
19 changed files with 23 additions and 23 deletions

View File

@@ -1628,7 +1628,7 @@ nextclass:
* otmp2 = otmp->nobj;
* ...
* }
* is inadeqate here. Use each object's bypass bit to keep
* is inadequate here. Use each object's bypass bit to keep
* track of which list elements have already been processed.
*/
bypass_objlist(*objchn, FALSE); /* clear chain's bypass bits */
@@ -2718,7 +2718,7 @@ boolean picked_some;
drift ? "" : onwhat);
}
if (dfeature && !drift && !strcmp(dfeature, surface(u.ux, u.uy)))
dfeature = 0; /* ice already identifed */
dfeature = 0; /* ice already identified */
if (!can_reach_floor(TRUE)) {
pline("But you can't reach it!");
return (0);