summaryrefslogtreecommitdiff
path: root/src/elements/prto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/prto.c')
-rw-r--r--src/elements/prto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/prto.c b/src/elements/prto.c
index 880de20..e86891a 100644
--- a/src/elements/prto.c
+++ b/src/elements/prto.c
@@ -21,7 +21,7 @@ int update_PRTO(UPDATE_FUNC_ARGS) {
r = pmap[y+ry][x+rx];
if (!r)
fe = 1;
- if ((r>>8)>=NPART || r)
+ if (r)
continue;
if (!r)
{