- fixed a few typos (Get instead of Set...)

This commit is contained in:
Christoph Oelckers 2016-01-06 15:47:56 +01:00
parent 154e106315
commit f8b2b4558f
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ void DFloor::Tick ()
case donutRaise:
case genFloorChgT:
case genFloorChg0:
m_Sector->GetSpecial(&m_NewSpecial);
m_Sector->SetSpecial(&m_NewSpecial);
//fall thru
case genFloorChg:
m_Sector->SetTexture(sector_t::floor, m_Texture);
@ -177,7 +177,7 @@ void DFloor::Tick ()
case floorLowerAndChange:
case genFloorChgT:
case genFloorChg0:
m_Sector->GetSpecial(&m_NewSpecial);
m_Sector->SetSpecial(&m_NewSpecial);
//fall thru
case genFloorChg:
m_Sector->SetTexture(sector_t::floor, m_Texture);