MADS: Refactor MSurface and Screen to not use virtual inheritance
This commit is contained in:
parent
ac8adb07c8
commit
78e52365bd
19 changed files with 69 additions and 59 deletions
|
@ -238,7 +238,7 @@ public:
|
|||
* @param destPos Destination position to draw in current surface
|
||||
* @param transparencyIndex Transparency color
|
||||
*/
|
||||
void mergeFrom(MSurface *src, const Common::Rect &srcBounds, const Common::Point &destPos,
|
||||
void mergeFrom(BaseSurface *src, const Common::Rect &srcBounds, const Common::Point &destPos,
|
||||
int transparencyIndex = -1);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue