mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-07 09:43:40 +08:00
Updated EmitSound_t (bug 5376).
This commit is contained in:
parent
ce514a1b4d
commit
760dd33a6a
@ -695,6 +695,7 @@ struct EmitSound_t
|
|||||||
m_SoundLevel( SNDLVL_NONE ),
|
m_SoundLevel( SNDLVL_NONE ),
|
||||||
m_nFlags( 0 ),
|
m_nFlags( 0 ),
|
||||||
m_nPitch( PITCH_NORM ),
|
m_nPitch( PITCH_NORM ),
|
||||||
|
m_nSpecialDSP( 0 ),
|
||||||
m_pOrigin( 0 ),
|
m_pOrigin( 0 ),
|
||||||
m_flSoundTime( 0.0f ),
|
m_flSoundTime( 0.0f ),
|
||||||
m_pflSoundDuration( 0 ),
|
m_pflSoundDuration( 0 ),
|
||||||
@ -715,6 +716,7 @@ struct EmitSound_t
|
|||||||
soundlevel_t m_SoundLevel;
|
soundlevel_t m_SoundLevel;
|
||||||
int m_nFlags;
|
int m_nFlags;
|
||||||
int m_nPitch;
|
int m_nPitch;
|
||||||
|
int m_nSpecialDSP;
|
||||||
const Vector *m_pOrigin;
|
const Vector *m_pOrigin;
|
||||||
float m_flSoundTime; ///< NOT DURATION, but rather, some absolute time in the future until which this sound should be delayed
|
float m_flSoundTime; ///< NOT DURATION, but rather, some absolute time in the future until which this sound should be delayed
|
||||||
float *m_pflSoundDuration;
|
float *m_pflSoundDuration;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user