Updated the .cpp side of the code.

Updated npc_combine.cpp
This commit is contained in:
Avanate 2018-10-10 18:24:02 +03:00 committed by Derek Dik
parent b994fa7a44
commit e1060cc397

View File

@ -2565,7 +2565,7 @@ void CNPC_Combine::SpeakSentence( int sentenceType )
//========================================================= //=========================================================
// PainSound // PainSound
//========================================================= //=========================================================
void CNPC_Combine::PainSound ( void ) void CNPC_Combine::PainSound ( const CTakeDamageInfo &info )
{ {
// NOTE: The response system deals with this at the moment // NOTE: The response system deals with this at the moment
if ( GetFlags() & FL_DISSOLVING ) if ( GetFlags() & FL_DISSOLVING )