comment grammar tidbit
Noticed when sending the reply about the lregion type 5 bug report.
This commit is contained in:
@@ -292,7 +292,7 @@ d_level *lev;
|
|||||||
if (!oneshot) {
|
if (!oneshot) {
|
||||||
return FALSE; /* caller should try again */
|
return FALSE; /* caller should try again */
|
||||||
} else {
|
} else {
|
||||||
/* Must make due with the only location possible;
|
/* Must make do with the only location possible;
|
||||||
avoid failure due to a misplaced trap.
|
avoid failure due to a misplaced trap.
|
||||||
It might still fail if there's a dungeon feature here. */
|
It might still fail if there's a dungeon feature here. */
|
||||||
struct trap *t = t_at(x,y);
|
struct trap *t = t_at(x,y);
|
||||||
|
|||||||
Reference in New Issue
Block a user