X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=16%2Fwf3d8086%2Fwl_act2.c;h=d9d99a0b6d770ba2ae953d3b747d4fc787b4285a;hp=1574c8b4fbcbfbaf6a91d0ad0248a308fa5edd29;hb=301b6cec901de3e3f4c27f85c672c0600a90a528;hpb=e23d20f4598ac33c31059e126590b63bffd57235 diff --git a/16/wf3d8086/wl_act2.c b/16/wf3d8086/wl_act2.c index 1574c8b4..d9d99a0b 100755 --- a/16/wf3d8086/wl_act2.c +++ b/16/wf3d8086/wl_act2.c @@ -1936,7 +1936,7 @@ void A_Dormant (objtype *ob) long deltax,deltay; int xl,xh,yl,yh; int x,y; - objtype *tile; + unsigned tile; deltax = ob->x - player->x; if (deltax < -MINACTORDIST || deltax > MINACTORDIST) @@ -1959,7 +1959,7 @@ moveok: tile = actorat[x][y]; if (!tile) continue; - if (tile && tileflags&FL_SHOOTABLE) return;