This commit is contained in:
Charles 2001-07-25 21:02:05 +00:00
parent f51cad0d63
commit d808ec156f

View File

@ -87,7 +87,7 @@ void CNpcGaryFriend::think( int _frames )
{
if ( !CSoundMediator::isSpeechPlaying() )
{
m_garyMeow = false;
m_garyMeow = true;
CSoundMediator::playSpeech( SPEECH_029 );
}
}