This commit is contained in:
parent
92cd9e72a9
commit
6065d34122
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue