Skip to content

Commit

Permalink
Remove unneeded return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Dec 29, 2023
1 parent ae3a2f2 commit b85a053
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/badguy/angrystone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ AngryStone::collision_badguy(BadGuy& badguy, const CollisionHit& )
if (m_state == ATTACKING)
{
badguy.kill_fall();
return FORCE_MOVE;
}

return FORCE_MOVE;
Expand Down

0 comments on commit b85a053

Please sign in to comment.