Cleanup: removed dead code, fixed some comments and did some layout changes
svn-id: r28362
This commit is contained in:
parent
03d7990a34
commit
cd20f09a9d
20 changed files with 25 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue