WINTERMUTE: Make Sprites draw again.

This commit is contained in:
Einar Johan Trøan Sømåen 2012-05-11 17:40:04 +02:00
parent 987fd67ce0
commit 7616fabf67

View File

@ -417,7 +417,6 @@ HRESULT CBSurfaceSDL::DrawSprite(int X, int Y, RECT *Rect, float ZoomX, float Zo
warning("CBSurfaceSDL::DrawSprite not fully ported yet"); // TODO.
hasWarned = true;
}
return S_OK;
#if 0
byte r = D3DCOLGetR(Alpha);
byte g = D3DCOLGetG(Alpha);