- 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
1 changed files with 1 additions and 1 deletions

View File

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