This commit is contained in:
parent
4caddd162d
commit
45435136f8
10 changed files with 153 additions and 18 deletions
|
@ -112,6 +112,14 @@ void CNpcRisingWeightWheelHazard::collidedWith( CThing *_thisThing )
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcRisingWeightWheelHazard::weightDrop()
|
||||
{
|
||||
m_rotation -= 128;
|
||||
m_rotation &= 4095;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcRisingWeightWheelHazard::render()
|
||||
{
|
||||
CHazardThing::render();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue