mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 06:20:35 +00:00
Merge branch 'master' into miami
# Conflicts: # src/audio/AudioLogic.cpp
This commit is contained in:
commit
176cadff05
2 changed files with 20 additions and 7 deletions
|
@ -70,8 +70,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue