This commit is contained in:
Charles 2001-02-12 17:46:49 +00:00
parent 2fded56717
commit 8fc2f0e1df
6 changed files with 54 additions and 1 deletions

View file

@ -798,6 +798,13 @@ void CNpc::processMovement(int _frames)
break;
}
case NPC_MOVEMENT_GARY:
{
processGaryMovement( _frames );
}
break;
default:
break;