From 6065d34122ef04185ebdacc11a6e292e103eccc2 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 5 Sep 2001 15:41:13 +0000 Subject: [PATCH] --- source/fmv/fmv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fmv/fmv.cpp b/source/fmv/fmv.cpp index bc7e3a770..b6d28b3ad 100644 --- a/source/fmv/fmv.cpp +++ b/source/fmv/fmv.cpp @@ -241,7 +241,7 @@ SYSTEM_DBGMSG("[FMV] Number of frames is %d",AniNoFrames); disp.screen.x = VidGetXOfs(); disp.screen.y = YOfs+VidGetYOfs(); - disp.screen.h = FMVHeight; + disp.screen.h = FMVHeight-1; // update for PAL, to stop last row corruption, may work!! PutDispEnv(&disp); PutDrawEnv(&draw); SetDispMask(1);