OSDN Git Service

Merge branch 'macos-develop' into macos-3-0-0
[hengbandforosx/hengbandosx.git] / src / player-info / class-ability-info.cpp
index 330d14c..eec640d 100644 (file)
@@ -1,4 +1,4 @@
-#include "player-info/class-ability-info.h"
+#include "player-info/class-ability-info.h"
 #include "player-info/self-info-util.h"
 #include "realm/realm-names-table.h"
 #include "realm/realm-types.h"
@@ -17,7 +17,7 @@ void set_class_ability_info(PlayerType *player_ptr, self_info_type *self_ptr)
         if (player_ptr->realm1 == REALM_HEX) {
             break;
         }
-        /* Fall through */
+        [[fallthrough]];
     case PlayerClassType::MAGE:
     case PlayerClassType::SORCERER:
         if (player_ptr->lev > 24) {