This commit is contained in:
parent
efdffc6cd2
commit
04a5a62a59
5 changed files with 14 additions and 12 deletions
|
@ -217,6 +217,7 @@ int _YOfs=MapPos.vy>>MapXYShift;
|
|||
|
||||
XOfs=_XOfs;
|
||||
YOfs=_YOfs;
|
||||
if (YOfs<1) YOfs=1;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -273,6 +274,7 @@ sBox Box;
|
|||
#endif
|
||||
*/
|
||||
// Render Back Shade
|
||||
|
||||
for (i=0; i<BandCount; i++)
|
||||
{
|
||||
setXYWH(&Band[i],0,ThisY,512,BandHeight*2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue