Skip to content

Commit

Permalink
astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Dec 30, 2019
1 parent 88a4e31 commit 26ec5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/character.h
Original file line number Diff line number Diff line change
Expand Up @@ -1375,8 +1375,8 @@ class Character : public Creature, public visitable<Character>
void mod_stim( int mod );

int get_rad() const;
void set_rad(int new_rad);
void mod_rad(int mod);
void set_rad( int new_rad );
void mod_rad( int mod );

int get_stamina() const;
int get_stamina_max() const;
Expand Down

0 comments on commit 26ec5c8

Please sign in to comment.