Skip to content

Commit e055729

Browse files
committed
CClientPed: use SetCurrentRotationNew instead, fixes 0008540
1 parent 6622c67 commit e055729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/CClientPed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ void CClientPed::Spawn(const CVector& vecPosition, float fRotation, unsigned sho
722722
// Set some states
723723
SetFrozen(false);
724724
Teleport(vecPosition);
725-
SetCurrentRotation(fRotation);
725+
SetCurrentRotationNew(fRotation);
726726
SetHealth(GetMaxHealth());
727727
RemoveAllWeapons();
728728
SetArmor(0);

0 commit comments

Comments
 (0)