Cleanup: removed dead code, fixed some comments and did some layout changes

svn-id: r28362
This commit is contained in:
Filippos Karapetis 2007-07-31 18:08:40 +00:00
parent 03d7990a34
commit cd20f09a9d
20 changed files with 25 additions and 32 deletions

View file

@ -130,10 +130,7 @@ void Surface::drawPolyLine(const Point *points, int count, int color) {
}
}
/**
* Dissolve one image with another.
* If flags if set to 1, do zero masking.
*/
// Dissolve one image with another. If flags is set to 1, do zero masking.
void Surface::transitionDissolve(const byte *sourceBuffer, const Common::Rect &sourceRect, int flags, double percent) {
#define XOR_MASK 0xB400;
int pixelcount = w * h;