Minor formatting fix
This commit is contained in:
@@ -620,9 +620,10 @@ register xchar x, y;
|
|||||||
|
|
||||||
/* caller has already decided that it's a tight diagonal; check whether a
|
/* caller has already decided that it's a tight diagonal; check whether a
|
||||||
monster--who might be the hero--can fit through, and if not then return
|
monster--who might be the hero--can fit through, and if not then return
|
||||||
the reason why: 1: can't fit, 2: possessions won't fit, 3: sokoban */
|
the reason why: 1: can't fit, 2: possessions won't fit, 3: sokoban
|
||||||
int /* returns 0 if we can squeeze through */
|
returns 0 if we can squeeze through */
|
||||||
cant_squeeze_thru(mon)
|
int
|
||||||
|
cant_squeeze_thru(mon)
|
||||||
struct monst *mon;
|
struct monst *mon;
|
||||||
{
|
{
|
||||||
int amt;
|
int amt;
|
||||||
|
|||||||
Reference in New Issue
Block a user