mirror of
https://github.com/halpz/re3.git
synced 2025-08-04 04:57:45 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -1220,7 +1220,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