mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
Rotate Newsvan antenna in more cases than just when player is using it
This commit is contained in:
parent
deb74e0249
commit
bb7c94d2c5
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ void CAutomobile::ProcessSweeper()
|
|||
|
||||
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
|
||||
m_fGunOrientation += CTimer::m_fTimeStep * 0.05f;
|
||||
|
|
Loading…
Reference in a new issue