git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@740 c06c8d41-db1a-0410-9941-cceddc491573
B3SINXBL7IW6267A4EKUWL5T2SZKIPJVC2DQR2DZMJRNYNW6LV3QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (env.trap[which_trap].x == which_x && env.trap[which_trap].y == which_y)
if (env.trap[which_trap].x == which_x
&& env.trap[which_trap].y == which_y)
if (env.trap[which_trap].x == which_x && env.trap[which_trap].y == which_y && env.trap[which_trap].type != TRAP_UNASSIGNED)
if (env.trap[which_trap].x == which_x &&
env.trap[which_trap].y == which_y &&
env.trap[which_trap].type != TRAP_UNASSIGNED)