mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
![Torbjörn Andersson](/assets/img/avatar_default.png)
This commit adds a workaround to unlock existing fullscreen images in the intro of Beneath a Steel Sky. The original engine clips the whole intro to 320x192 (the common game format) even though some images exist as 320x200 in the game data files. This workaround whitelists all images which actually are 320x200px and displays them as must have originally been intended. Fixes Trac#7559.