Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Aug 24, 2024
1 parent 7757b04 commit 9bfe18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void StartAttack(Player &player, Direction d, bool includesFirstFrame)

int8_t skippedAnimationFrames = 0;
const auto flags = player._pIFlags;

// If the first frame is not included in vanilla, the skip logic for the first frame will not be executed.
// This will result in a different and slower attack speed.
if (HasAnyOf(flags, ItemSpecialEffect::FastestAttack)) {
Expand Down

0 comments on commit 9bfe18e

Please sign in to comment.