Fix ped comments playing at full volume behind the wall

This commit is contained in:
Sergeanur
2021-08-16 14:21:51 +03:00
parent bcb5b4f94d
commit 076b324539
2 changed files with 16 additions and 6 deletions

View File

@@ -78,8 +78,11 @@ public:
int32 m_nEntityIndex;
CVector m_vecPos;
float m_fDistance;
uint8 m_bVolume;
uint8 m_nVolume;
int8 m_nProcess;
#if defined(EXTERNAL_3D_SOUND) && defined(FIX_BUGS)
uint8 m_nEmittingVolume;
#endif
};
VALIDATE_SIZE(tPedComment, 28);