OSDN Git Service

[Refactor] #39962 temporary-resistances.c/h の微修正 / Fixed temporary-resistances.c...
authorHourier <hourier@users.sourceforge.jp>
Mon, 24 Feb 2020 12:24:44 +0000 (21:24 +0900)
committerHourier <hourier@users.sourceforge.jp>
Mon, 24 Feb 2020 12:24:44 +0000 (21:24 +0900)
src/files.c
src/player/temporary-resistances.h

index 39f0d2e..8a92902 100644 (file)
@@ -39,7 +39,6 @@
 #include "patron.h"
 #include "monster-status.h"
 #include "object-hook.h"
-#include "realm-hex.h"
 #include "view-mainwindow.h"
 #include "dungeon-file.h"
 #include "objectkind.h"
index c58580f..073ddcd 100644 (file)
@@ -2,4 +2,4 @@
 
 #include "angband.h"
 
-void player_flags(player_type *creature_ptr, BIT_FLAGS flgs[TR_FLAG_SIZE]);
+void tim_player_flags(player_type *creature_ptr, BIT_FLAGS flgs[TR_FLAG_SIZE]);