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

Fix draw with large screen

This commit is contained in:
Mathieu Schroeter 2017-10-13 16:04:08 +02:00
parent c5f2df30b1
commit 10fbf3bf65

View File

@ -963,7 +963,7 @@ CDecor::BuildGround (Rect clip)
iPos = ConvCelToPos (iCel);
nbx = (width / DIMCELX) + 1;
nbx = (width / DIMCELX) + 2;
nby = (height / (DIMCELY / 2)) + 0;
if (GetInfoHeight () != 0)
@ -1103,7 +1103,7 @@ CDecor::Build (Rect clip, Point posMouse)
iPos = ConvCelToPos (iCel);
nbx = (width / DIMCELX) + 1;
nbx = (width / DIMCELX) + 2;
nby = (height / (DIMCELY / 2)) + 0;
if (GetInfoHeight () != 0)