diff --git a/sc2/src/sc2code/planets/lander.c b/sc2/src/sc2code/planets/lander.c index 8e2008db7..93474e07a 100644 --- a/sc2/src/sc2code/planets/lander.c +++ b/sc2/src/sc2code/planets/lander.c @@ -1212,6 +1212,10 @@ ScrollPlanetSide (SIZE dx, SIZE dy, SIZE CountDown) s.frame = pSolarSysState->TopoFrame; SetGraphicScale (1 << (MAG_SHIFT + 8)); DrawStamp (&s); + s.origin.x += MAP_WIDTH << MAG_SHIFT; + DrawStamp (&s); + s.origin.x -= MAP_WIDTH << (MAG_SHIFT + 1); + DrawStamp (&s); SetGraphicScale (0); }