mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-27 14:17:59 +03:00
Fixed incorrect ifdef preprocessor
This commit is contained in:
parent
06d2da3742
commit
45191b97f8
@ -185,7 +185,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user