From: Holger Schemel Date: Mon, 3 Dec 2018 23:23:54 +0000 (+0100) Subject: changed fading complete screen only if all viewports have changed X-Git-Tag: 4.1.2.0~83 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=4002450137caf7133ae05ee9bf5302faac3d5040;hp=4002450137caf7133ae05ee9bf5302faac3d5040;p=rocksndiamonds.git changed fading complete screen only if all viewports have changed (... or if the global border has changed, of course) This change partially reverses the behaviour caused by commit 5c6c42f1 ("fixed fading complete screen if playfield viewport has changed"), which prevented partially fading screens that only partially changed. The main intention of this change is to make it possible that the tape recorder viewport, if unchanged, keeps being visible while fading the remaining parts of the screen (especially with artwork sets without global border graphics). However, if *all* viewports changed, the whole window will be faded. ---