From 696897b0583ad52ebc6f7666525277847619a8ce Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 1 Jan 2009 15:06:43 +0000 Subject: Whoa! Removing trailing spaces. svn-id: r35648 --- engines/groovie/vdx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/groovie/vdx.cpp') diff --git a/engines/groovie/vdx.cpp b/engines/groovie/vdx.cpp index 137333c362..247d2c885e 100644 --- a/engines/groovie/vdx.cpp +++ b/engines/groovie/vdx.cpp @@ -65,7 +65,7 @@ uint16 VDXPlayer::loadInternal() { // - 1 Puzzle piece? Skip palette, don't redraw full screen, draw still to b/ack buffer // - 2 Transparent colour is 0xFF // - 5 Skip still chunks - // - 7 + // - 7 // - 8 Just show the first frame // - 9 Start a palette fade in _flagZero = ((_flags & (1 << 0)) != 0); @@ -161,7 +161,7 @@ bool VDXPlayer::playFrameInternal() { } // Wait until the current frame can be shown - + if (!(Common::getEnabledSpecialDebugLevels() & kGroovieDebugFast)) { waitFrame(); } -- cgit v1.2.3