This commit is contained in:
parent
fb13af9532
commit
bb1837c2d3
23 changed files with 342 additions and 85 deletions
|
@ -20,11 +20,11 @@
|
|||
#endif
|
||||
|
||||
|
||||
void CNpc::processGaryMovement( int _frames )
|
||||
void CNpcFriend::processGaryMovement( int _frames )
|
||||
{
|
||||
s8 multiplier = -1 + ( 2 * m_extension );
|
||||
s32 maxHeight = 10;
|
||||
s32 fallSpeed = 5;
|
||||
s32 fallSpeed = 3;
|
||||
s8 yMovement = fallSpeed * _frames;
|
||||
s8 groundHeight;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue