From: Holger Schemel Date: Fri, 6 Nov 2020 14:35:02 +0000 (+0100) Subject: fixed graphical bugs if digging or collecting caused player relocation X-Git-Tag: 4.2.0.4^0 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=fd0ec980e5c4c22978545aa72a2b0b9da0944de7;hp=fd0ec980e5c4c22978545aa72a2b0b9da0944de7;p=rocksndiamonds.git fixed graphical bugs if digging or collecting caused player relocation If digging or collecting (but not snapping!) certain tiles or elements causes the player to be relocated ("teleported"), the corresponding digging or collecting animation for this element will not be continued anymore (because the player does not move towards this tile anymore). To fix this problem, the digged or collected tile will be treated like being snapped (using a temporary run-time element) for this edge case. (The resulting engine behaviour is slightly different to the previous behaviour, but should not break too many levels as this case should be rather uncommon.) ---