Prevent GBMB reacting with walls
This commit is contained in:
parent
31b6e6a3cf
commit
34abbcc84c
@ -4,7 +4,7 @@ int update_GBMB(UPDATE_FUNC_ARGS) {
|
|||||||
for (rx=-2; rx<3; rx++)
|
for (rx=-2; rx<3; rx++)
|
||||||
for (ry=-2; ry<3; ry++){
|
for (ry=-2; ry<3; ry++){
|
||||||
r = pmap[y+ry][x+rx];
|
r = pmap[y+ry][x+rx];
|
||||||
if(r)
|
if(r && (r>>8)<NPART)
|
||||||
if((r&0xFF)!=PT_BOMB&&
|
if((r&0xFF)!=PT_BOMB&&
|
||||||
(r&0xFF)!=PT_GBMB&&
|
(r&0xFF)!=PT_GBMB&&
|
||||||
(r&0xFF)!=PT_CLNE&&
|
(r&0xFF)!=PT_CLNE&&
|
||||||
|
Loading…
Reference in New Issue
Block a user