diff options
author | Matthew Hoops | 2011-09-21 20:30:49 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-09-21 20:30:49 -0400 |
commit | 97072b5d4b6f789ee7bc8b7eb570fd93e0d14e82 (patch) | |
tree | 88e960937894664761a67bf7e960d5d569797d8a | |
parent | 2bba1d0c11d2ceb8a1ec1dc5a9f1910a90b5cf5a (diff) | |
download | scummvm-rg350-97072b5d4b6f789ee7bc8b7eb570fd93e0d14e82.tar.gz scummvm-rg350-97072b5d4b6f789ee7bc8b7eb570fd93e0d14e82.tar.bz2 scummvm-rg350-97072b5d4b6f789ee7bc8b7eb570fd93e0d14e82.zip |
PEGASUS: Remove scaling TODO
Video scaling is not done with this class
-rwxr-xr-x | engines/pegasus/movie.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/pegasus/movie.cpp b/engines/pegasus/movie.cpp index ba8f47d6ef..d37a493bf5 100755 --- a/engines/pegasus/movie.cpp +++ b/engines/pegasus/movie.cpp @@ -83,7 +83,6 @@ void Movie::redrawMovieWorld() { if (_directDraw) { // Copy to the screen - // TODO: Scaling Common::Rect bounds; getBounds(bounds); g_system->copyRectToScreen((byte *)frame->pixels, frame->pitch, bounds.left, bounds.top, frame->w, frame->h); |