diff options
Diffstat (limited to 'src/game/StatSystem.cpp')
-rw-r--r-- | src/game/StatSystem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/StatSystem.cpp b/src/game/StatSystem.cpp index d991a96ebe6..526eb46293d 100644 --- a/src/game/StatSystem.cpp +++ b/src/game/StatSystem.cpp @@ -327,6 +327,7 @@ void Player::UpdateAttackPowerAndDamage(bool ranged ) } break; } + default: break; } switch(m_form) |