Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reposition sound of "Harm" spell.
The effect follows the caster (spell effect).
  • Loading branch information
Dimoks committed Aug 23, 2013
1 parent 1b2e66f commit 639d1b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/Spells.cpp
Expand Up @@ -5817,6 +5817,8 @@ void ARX_SPELLS_Update()

GRenderer->SetRenderState(Renderer::AlphaBlending, false);
GRenderer->SetRenderState(Renderer::DepthWrite, true);

ARX_SOUND_RefreshPosition(spells[i].snd_loop, &cabalpos);
}
}
break;
Expand Down

0 comments on commit 639d1b1

Please sign in to comment.