Skip to content

Commit

Permalink
part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhmoent authored Nov 25, 2024
1 parent 9259152 commit c021e02
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/object/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2722,18 +2722,6 @@ Player::deactivate()
if (m_climbing) stop_climbing(*m_climbing);
}

void
Player::enable_fancy_idling()
{
m_should_fancy_idle = true;
}

void
Player::disable_fancy_idling()
{
m_should_fancy_idle = false;
}

bool
Player::get_input_pressed(const std::string& input)
{
Expand Down

0 comments on commit c021e02

Please sign in to comment.