diff --git a/src/r_interpolate.cpp b/src/r_interpolate.cpp index f199a3ff30..61a896ff92 100644 --- a/src/r_interpolate.cpp +++ b/src/r_interpolate.cpp @@ -596,7 +596,7 @@ void DSectorScrollInterpolation::UpdateInterpolation() void DSectorScrollInterpolation::Restore() { sector->SetXOffset(ceiling, bakx); - sector->SetYOffset(ceiling, bakx); + sector->SetYOffset(ceiling, baky); } //==========================================================================