This commit is contained in:
parent
2fded56717
commit
8fc2f0e1df
6 changed files with 54 additions and 1 deletions
|
@ -798,6 +798,13 @@ void CNpc::processMovement(int _frames)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_MOVEMENT_GARY:
|
||||
{
|
||||
processGaryMovement( _frames );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue