Merge pull request #231 from Petercov/mapbase-feature/hl1-mouth-fix

Fixed sentence source bug
This commit is contained in:
Blixibon 2023-10-24 22:51:04 -05:00 committed by GitHub
commit 9e6035bb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1575,7 +1575,7 @@ public:
float flVolume, soundlevel_t iSoundlevel, int iFlags = 0, int iPitch = PITCH_NORM,
const Vector *pOrigin = NULL, const Vector *pDirection = NULL, bool bUpdatePositions = true, float soundtime = 0.0f
#ifdef MAPBASE
, int iSpecialDSP = 0, int iSpeakerIndex = 0 // Needed for env_microphone
, int iSpecialDSP = 0, int iSpeakerIndex = -1 // Needed for env_microphone
#endif
);