This commit is contained in:
parent
d81378013f
commit
a74745a7b2
25 changed files with 103 additions and 13 deletions
|
@ -37,7 +37,7 @@ void CNpcBigWheelHazard::init()
|
|||
|
||||
void CNpcBigWheelHazard::processMovement( int _frames )
|
||||
{
|
||||
m_rotation += 10 * _frames;
|
||||
m_rotation += 5 * _frames;
|
||||
m_rotation &= 4095;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue