follow-up: paste bit
This commit is contained in:
+1
-1
@@ -3102,7 +3102,7 @@ check_pos(coordxy x, coordxy y, int which)
|
|||||||
return which;
|
return which;
|
||||||
type = levl[x][y].typ;
|
type = levl[x][y].typ;
|
||||||
/* Everything below POOL, excluding TREE */
|
/* Everything below POOL, excluding TREE */
|
||||||
if (IS_STWALL(type) || (type) == CORR || (type) == SCORR || IS_SDOOR(type))
|
if (IS_STWALL(type) || type == CORR || type == SCORR || IS_SDOOR(type))
|
||||||
return which;
|
return which;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user