OSDN Git Service

[Refactor] #37353 プリプロ整理に当たってコメントの位置を移動 / Moved the position of comment for organizin...
authorHourier <hourier@users.sourceforge.jp>
Sat, 25 Jan 2020 16:18:15 +0000 (01:18 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 25 Jan 2020 16:18:15 +0000 (01:18 +0900)
src/player-damage.c

index 4ad6246..c24c5cf 100644 (file)
@@ -484,7 +484,8 @@ int take_hit(player_type *creature_ptr, int damage_type, HIT_POINT damage, concp
        {
                bool android = (creature_ptr->prace == RACE_ANDROID ? TRUE : FALSE);
 
-#ifdef JP       /* 死んだ時に強制終了して死を回避できなくしてみた by Habu */
+#ifdef JP
+               /* 死んだ時に強制終了して死を回避できなくしてみた by Habu */
                if (!cheat_save)
                        if (!save_player(creature_ptr)) msg_print("セーブ失敗!");
 #endif