- do not interpolate while playing the flash at Exhumed's exits.

Fixes #395
This commit is contained in:
Christoph Oelckers 2020-09-14 22:31:15 +02:00
parent cf6b497d02
commit 70a6fbe9be

View file

@ -462,7 +462,7 @@ void GameInterface::Ticker()
PlayLocalSound(StaticSound[59], 0, true, CHANF_UI);
if (EndLevel > 1) EndLevel--;
r_NoInterpolate = false;
r_NoInterpolate = true;
int flash = 7 - abs(EndLevel - 7);
videoTintBlood(flash * 30, flash * 30, flash * 30);
if (EndLevel == 1)