MADS: Remove some redundant TODOs

This commit is contained in:
Paul Gilbert 2014-05-21 08:32:39 -04:00
parent c0b9a5a58f
commit 057f239ed6
10 changed files with 1 additions and 54 deletions

View file

@ -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();