Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
osuphobia authored Dec 20, 2024
1 parent a291de1 commit 8e9b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7723,7 +7723,7 @@ void Character::recalculate_enchantment_cache()
for( const enchantment_id &ench_id : mut.enchantments ) {
const enchantment &ench = ench_id.obj();
if( ench.is_active( *this, mut.activated && mut_map.second.powered ) ) {
enchantment_cache->force_add_mutation( ench, *this );
enchantment_cache->force_add_mutation( ench );
}
}
}
Expand Down

0 comments on commit 8e9b8ae

Please sign in to comment.