This commit is contained in:
parent
7bb3c7353e
commit
579cb15a9d
20 changed files with 71 additions and 71 deletions
|
@ -166,8 +166,8 @@ CNpcFriend *CNpcFriend::Create(sThingActor *ThisActor)
|
|||
PntList++;
|
||||
|
||||
DVECTOR startPos;
|
||||
startPos.vx = newXPos << 4;
|
||||
startPos.vy = ( newYPos + 1 ) << 4;
|
||||
startPos.vx = ( newXPos << 4 ) + 8;
|
||||
startPos.vy = ( newYPos << 4 ) + 16;
|
||||
|
||||
friendNpc->init( startPos );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue