Fixed incorrect ifdef preprocessor

This commit is contained in:
Blixibon 2022-01-17 19:11:23 -06:00
parent 06d2da3742
commit 45191b97f8

View File

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