- fixed typo in interpolation code.

SVN r1037 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-15 20:15:44 +00:00
parent 8ca7c05e9d
commit 2af3663744

View file

@ -596,7 +596,7 @@ void DSectorScrollInterpolation::UpdateInterpolation()
void DSectorScrollInterpolation::Restore() void DSectorScrollInterpolation::Restore()
{ {
sector->SetXOffset(ceiling, bakx); sector->SetXOffset(ceiling, bakx);
sector->SetYOffset(ceiling, bakx); sector->SetYOffset(ceiling, baky);
} }
//========================================================================== //==========================================================================