Add missing return

This commit is contained in:
Roman Chistokhodov 2019-08-27 16:51:09 +03:00
parent 4fe0da6355
commit ea7b072761

View File

@ -2311,6 +2311,7 @@ int CHFGrunt :: TakeDamage( entvars_t *pevInflictor, entvars_t *pevAttacker, flo
PlaySentence( "FG_SHOT", 4, VOL_NORM, ATTN_NORM );
}
}
return ret;
}
//=========================================================