diff --git a/sp/src/game/server/ai_speech.h b/sp/src/game/server/ai_speech.h index 72c704b8..a0a82318 100644 --- a/sp/src/game/server/ai_speech.h +++ b/sp/src/game/server/ai_speech.h @@ -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