Skip to content

Commit

Permalink
Use correct indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Vankata453 <[email protected]>
  • Loading branch information
Brockengespenst and Vankata453 committed Jul 2, 2024
1 parent 15295dd commit 703f316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/badguy/bouncing_snowball.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ static const float JUMPSPEED = -450;
static const float BSNOWBALL_WALKSPEED = 80;

BouncingSnowball::BouncingSnowball(const ReaderMapping& reader) :
BadGuy(reader, "images/creatures/bouncing_snowball/bouncing_snowball.sprite"),
m_turn_around_timer(),
m_turn_around_counter()
BadGuy(reader, "images/creatures/bouncing_snowball/bouncing_snowball.sprite"),
m_turn_around_timer(),
m_turn_around_counter()
{
parse_type(reader);
}
Expand Down

0 comments on commit 703f316

Please sign in to comment.