1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Use the widescreen background only with widescreens

This commit is contained in:
Mathieu Schroeter 2017-10-21 15:59:18 +02:00
parent cf02f03a6c
commit bf7857d61a

View File

@ -333,7 +333,7 @@ CPixmap::Cache (
{ {
case FIX: case FIX:
{ {
if (channel == CHBACK) if (channel == CHBACK && (ow < LXIMAGE || oh < LYIMAGE))
{ {
if (chBackWide > 0) if (chBackWide > 0)
{ {