OSDN Git Service

[Refactor] #37353 tables.c を削除.
authordeskull <deskull@users.sourceforge.jp>
Tue, 11 Jun 2019 11:13:28 +0000 (20:13 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 11 Jun 2019 11:13:28 +0000 (20:13 +0900)
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/gameoption.c
src/player-class.h
src/tables.c [deleted file]
src/trap.h

index 7d50e22..194467c 100644 (file)
     <ClCompile Include="..\..\src\spells3.c" />\r
     <ClCompile Include="..\..\src\store.c" />\r
     <ClCompile Include="..\..\src\floor-streams.c" />\r
-    <ClCompile Include="..\..\src\tables.c" />\r
     <ClCompile Include="..\..\src\targeting.c" />\r
     <ClCompile Include="..\..\src\term.c" />\r
     <ClCompile Include="..\..\src\trap.c" />\r
index 34c3826..f585413 100644 (file)
@@ -3,7 +3,6 @@
   <ItemGroup>
     <ClCompile Include="..\..\src\main-win.c" />
     <ClCompile Include="..\..\src\readdib.c" />
-    <ClCompile Include="..\..\src\tables.c" />
     <ClCompile Include="..\..\src\variable.c" />
     <ClCompile Include="..\..\src\z-form.c" />
     <ClCompile Include="..\..\src\z-term.c" />
index 55f2198..1232fc7 100644 (file)
@@ -3,8 +3,8 @@
 
 
 /*
-* Software options (set via the '=' command).  See "tables.c"
-*/
+ * Software options (set via the '=' command).
+ */
 
 /*** Input Options ***/
 
index a610a80..e1cd305 100644 (file)
@@ -3,8 +3,8 @@
 #include "realm.h"
 
 /*
- * 職業ごとの選択可能な魔法領域現在の所 bitrh.cとtables.cでのみ使用。
- * Possible realms that can be chosen currently used only by birth.c and tables.c
+ * 職業ごとの選択可能な魔法領域現在の所 bitrh.c でのみ使用。
+ * Possible realms that can be chosen currently used only by birth.c.
  */
 #define CH_NONE         0x00
 #define CH_LIFE         0x01
diff --git a/src/tables.c b/src/tables.c
deleted file mode 100644 (file)
index 6220152..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*!
- * @file tables.c
- * @brief ゲーム情報テーブル / Angband Tables
- * @date 2014/07/23
- * @author
- * <pre>
- * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke
- * This software may be copied and distributed for educational, research,
- * and not for profit purposes provided that this copyright and statement
- * are included in all such copies.  Other copyrights may also apply.
- * </pre>
- */
-
-
-#include "angband.h"
-#include "spells.h"
index 0ecf772..88a699d 100644 (file)
@@ -8,7 +8,7 @@ extern void hit_trap(bool break_trap);
 extern const int chest_traps[64];
 
 /*!
- * 箱のトラップ定義 Chest trap flags (see "tables.c")
+ * 箱のトラップ定義 Chest trap flags
  */
 #define CHEST_LOSE_STR          0x0001 /*!< 箱のトラップ: STR減少の毒針 */
 #define CHEST_LOSE_CON          0x0002 /*!< 箱のトラップ: CON減少の毒針 */