From: Holger Schemel Date: Fri, 5 Apr 2024 10:36:56 +0000 (+0200) Subject: fixed graphical bug with door background during request dialogs X-Git-Tag: 4.4.0.0-test-1~106 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=5a51d44ed3703e19c6f410f83a3d055b2ac88969;p=rocksndiamonds.git fixed graphical bug with door background during request dialogs This fixes a regression caused by commit 472e5e90. --- diff --git a/src/tools.c b/src/tools.c index e05a1973..fe1cbc50 100644 --- a/src/tools.c +++ b/src/tools.c @@ -5515,6 +5515,8 @@ unsigned int MoveDoor(unsigned int door_state) } } + SetDoorBackgroundImage(IMG_BACKGROUND_DOOR); + for (k = start; k < num_move_steps; k++) { int last_frame = num_move_steps - 1; // last frame of this "for" loop