mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Merge pull request #1807 from Dune-jr/fix-damageind-angle
Fix damage indicators stacking
This commit is contained in:
commit
d612bc6a12
|
@ -56,7 +56,7 @@ void CEffects::DamageIndicator(vec2 Pos, int Amount)
|
|||
return;
|
||||
|
||||
m_DamageTaken++;
|
||||
int Angle;
|
||||
float Angle;
|
||||
// create healthmod indicator
|
||||
if(Client()->LocalTime() < m_DamageTakenTick+0.5f)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue