mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 11:20:56 +00:00
HDB: Complete draw3DStarsLeft
This commit is contained in:
parent
6d7d109855
commit
7df02e4116
@ -209,7 +209,7 @@ void DrawMan::draw3DStars() {
|
||||
void DrawMan::draw3DStarsLeft() {
|
||||
fillScreen(0);
|
||||
for (int i = 0; i < kNum3DStars; i++) {
|
||||
warning("STUB: draw3DStarsLeft: BlitMaskedPic needed");
|
||||
_starField[_stars3DSlow[i].color]->drawMasked((int)_stars3DSlow[i].x, (int)_stars3DSlow[i].y);
|
||||
_stars3DSlow[i].x -= _stars3DSlow[i].speed;
|
||||
if (_stars3DSlow[i].x < kScreenWidth) {
|
||||
_stars3DSlow[i].x = kScreenWidth - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user