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