From 70a6fbe9be4067257f6f1268971717f014251c97 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 14 Sep 2020 22:31:15 +0200 Subject: [PATCH] - do not interpolate while playing the flash at Exhumed's exits. Fixes #395 --- source/exhumed/src/exhumed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exhumed/src/exhumed.cpp b/source/exhumed/src/exhumed.cpp index d7305f852..1cf6e32f8 100644 --- a/source/exhumed/src/exhumed.cpp +++ b/source/exhumed/src/exhumed.cpp @@ -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)