Merge branch 'temp/speech-utilities' of https://github.com/Blixibon/source-sdk-2013 into develop

This commit is contained in:
Blixibon 2022-01-17 19:12:46 -06:00
commit 8d54443b6a

View File

@ -188,7 +188,7 @@ public:
float GetTimeSpeechComplete() const { return m_flStopTalkTime; } float GetTimeSpeechComplete() const { return m_flStopTalkTime; }
void BlockSpeechUntil( float time ); void BlockSpeechUntil( float time );
#ifdef EZ2 #ifdef MAPBASE
float GetRealTimeSpeechComplete() const { return m_flStopTalkTimeWithoutDelay; } float GetRealTimeSpeechComplete() const { return m_flStopTalkTimeWithoutDelay; }
#endif #endif