SVN r1669 (trunk)
This commit is contained in:
Christoph Oelckers 2009-06-14 14:56:34 +00:00
parent 3ab370b6ee
commit d8bb215e70
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_MinotaurAtk3)
if (self->floorclip > 0 && (i_compatflags & COMPATF_MINOTAUR))
{
// only play the sound.
S_Sound (mo, CHAN_WEAPON, "minotaur/fx2hit", 1, ATTN_NORM);
S_Sound (self, CHAN_WEAPON, "minotaur/fx2hit", 1, ATTN_NORM);
}
else
{