MADS: Remove some redundant TODOs
This commit is contained in:
parent
c0b9a5a58f
commit
057f239ed6
10 changed files with 1 additions and 54 deletions
|
@ -310,7 +310,7 @@ void MSurface::copyFrom(MSurface *src, const Common::Point &destPos, int depth,
|
|||
|
||||
int destRight = this->getWidth() - 1;
|
||||
int destBottom = this->getHeight() - 1;
|
||||
bool normalFrame = true; // TODO: false for negative frame numbers
|
||||
bool normalFrame = true;
|
||||
int frameWidth = src->getWidth();
|
||||
int frameHeight = src->getHeight();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue