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:
parent
93c386a4ce
commit
c4c10cb9b4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user