This commit is contained in:
Charles 2001-08-08 15:43:07 +00:00
parent 4caddd162d
commit 45435136f8
10 changed files with 153 additions and 18 deletions

View file

@ -112,6 +112,14 @@ void CNpcRisingWeightWheelHazard::collidedWith( CThing *_thisThing )
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcRisingWeightWheelHazard::weightDrop()
{
m_rotation -= 128;
m_rotation &= 4095;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcRisingWeightWheelHazard::render()
{
CHazardThing::render();