Skip to content

Commit

Permalink
Fixed a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Mar 31, 2024
1 parent 13dff3b commit 082d33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smw/gamemodes/Greed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ constexpr short killStyleDamage(KillStyle style) {
case KillStyle::Spiny: return 2;
case KillStyle::Phanto: return 2;
}
return 0;
}
} // namespace

Expand Down

0 comments on commit 082d33a

Please sign in to comment.