Skip to content

Commit

Permalink
Astyled code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed Oct 13, 2019
1 parent 5dd9f78 commit 88637aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character.h
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class Character : public Creature, public visitable<Character>
/** Returns true if the limb is broken */
bool is_limb_broken( hp_part limb ) const;
/** source of truth of whether a player can run */
bool can_run();
bool can_run();
/**
* Displays menu with body part hp, optionally with hp estimation after healing.
* Returns selected part.
Expand Down

0 comments on commit 88637aa

Please sign in to comment.