From: Holger Schemel Date: Fri, 6 Dec 2024 18:06:31 +0000 (+0100) Subject: changed graphics for BD style waiting rock when moving/pushing X-Git-Tag: 4.4.0.0-test-5~7 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=7e33aefd6f9ec704bef4b6096514680e2e3cd827;p=rocksndiamonds.git changed graphics for BD style waiting rock when moving/pushing --- diff --git a/src/game_bd/bd_cave.c b/src/game_bd/bd_cave.c index 7227a5cb..83351c0e 100644 --- a/src/game_bd/bd_cave.c +++ b/src/game_bd/bd_cave.c @@ -1657,7 +1657,7 @@ void gd_drawcave_game(const GdCave *cave, if ((dir_to == GD_MV_LEFT || dir_to == GD_MV_RIGHT) && !moved_by_conveyor_dir(cave, x, y, dir_to)) { - if (actual == O_STONE || actual == O_STONE_F) + if (actual == O_STONE || actual == O_STONE_F || actual == O_WAITING_STONE) { if (dir_to == GD_MV_LEFT) {