From 97072b5d4b6f789ee7bc8b7eb570fd93e0d14e82 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 21 Sep 2011 20:30:49 -0400 Subject: PEGASUS: Remove scaling TODO Video scaling is not done with this class --- engines/pegasus/movie.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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); -- cgit v1.2.3