X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=6674016f718bb97cda0bff364d4a389852842f23;hb=2b6391d735c22ee6a77fba6ec9e2d6d72e9c593f;hp=82aa0240f6011653f4032bc378cc66c92b4cce40;hpb=4ce4ca0889817ddafeaebb710f8f19bfdbf7d2ea;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 82aa0240..6674016f 100644 --- a/src/game.c +++ b/src/game.c @@ -6446,6 +6446,7 @@ int DigField(struct PlayerInfo *player, break; default: + if (IS_WALKABLE(element)) { break;