mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 15:23:02 +05:00
Rotate Newsvan antenna in more cases than just when player is using it
This commit is contained in:
parent
623464d45e
commit
9db2766fa0
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ void CAutomobile::ProcessSweeper()
|
||||||
|
|
||||||
void CAutomobile::ProcessNewsvan()
|
void CAutomobile::ProcessNewsvan()
|
||||||
{
|
{
|
||||||
if ( GetStatus() == STATUS_PLAYER )
|
if ( GetStatus() == STATUS_PLAYER || GetStatus() == STATUS_PHYSICS || GetStatus() == STATUS_SIMPLE )
|
||||||
{
|
{
|
||||||
// TODO: Point at something? Like nearest collectable or safehouse
|
// TODO: Point at something? Like nearest collectable or safehouse
|
||||||
m_fGunOrientation += CTimer::m_fTimeStep * 0.05f;
|
m_fGunOrientation += CTimer::m_fTimeStep * 0.05f;
|
||||||
|
|
Loading…
Reference in a new issue