Skip to content

Commit

Permalink
please clang
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed Dec 11, 2024
1 parent 3caacba commit 8df5b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic_enchantment.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class enchant_cache : public enchantment
void force_add( const enchantment &rhs, const monster &mon );
void force_add( const enchantment &rhs );
void force_add( const enchant_cache &rhs );
void force_add_with_dialogue( const enchantment &rhs, const_dialogue d,
void force_add_with_dialogue( const enchantment &rhs, const const_dialogue &d,
bool evaluate = true );

// modifies character stats, or does other passive effects
Expand Down

0 comments on commit 8df5b80

Please sign in to comment.