- re-enabled skipping of MVE movies which was disabled for easier debugging.

This commit is contained in:
Christoph Oelckers 2020-07-24 19:05:34 +02:00
parent cb050dbac9
commit 25d383ac73

View file

@ -202,7 +202,7 @@ public:
twod->ClearScreen();
DrawTexture(twod, decoder.animTex().GetFrame(), 0, 0, DTA_FullscreenEx, 3, TAG_DONE);
return /* skiprequest ? -1 :*/ playon ? 1 : 0;
return skiprequest ? -1 : playon ? 1 : 0;
}
void OnDestroy() override