mirror of
https://github.com/halpz/re3.git
synced 2025-08-04 06:37:43 +00:00
SetPosition, part 2
This commit is contained in:
@ -1213,7 +1213,7 @@ CAutomobile::Teleport(CVector pos)
|
||||
{
|
||||
CWorld::Remove(this);
|
||||
|
||||
GetPosition() = pos;
|
||||
SetPosition(pos);
|
||||
SetOrientation(0.0f, 0.0f, 0.0f);
|
||||
SetMoveSpeed(0.0f, 0.0f, 0.0f);
|
||||
SetTurnSpeed(0.0f, 0.0f, 0.0f);
|
||||
|
Reference in New Issue
Block a user