mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 18:14:08 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
7d067684ff
39 changed files with 2522 additions and 2721 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue