diff options
-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); |