Enable postprocess.

This commit is contained in:
johns 2002-07-26 16:04:12 +00:00
parent 9298c42120
commit d9d428de09

View file

@ -268,6 +268,14 @@ global int PlayMovie(const char *name, int flags)
rect.h = avi->Height;
}
if( 1 ) {
int i;
GetPbParam(pbi, PBC_SET_POSTPROC, &i);
DebugLevel0Fn("Postprocess level %d\n" _C_ i);
SetPbParam(pbi, PBC_SET_POSTPROC, 6);
}
MovieKeyPressed = 1;
while (MovieKeyPressed) {