OSDN Git Service

[Refactor] #37353 Renamed melee1.c to melee.c
authorHourier <hourier@users.sourceforge.jp>
Fri, 24 Apr 2020 09:14:10 +0000 (18:14 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 24 Apr 2020 09:14:10 +0000 (18:14 +0900)
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/combat/melee.c [moved from src/combat/melee1.c with 100% similarity]

index 7048ae3..ec67307 100644 (file)
     <ClCompile Include="..\..\src\cmd\lighting-level-table.c" />\r
     <ClCompile Include="..\..\src\cmd\monster-group-table.c" />\r
     <ClCompile Include="..\..\src\cmd\object-group-table.c" />\r
-    <ClCompile Include="..\..\src\combat\melee1.c" />\r
+    <ClCompile Include="..\..\src\combat\melee.c" />\r
     <ClCompile Include="..\..\src\combat\shoot.c" />\r
     <ClCompile Include="..\..\src\core.c" />\r
     <ClCompile Include="..\..\src\core\show-file.c" />\r
index ad23d81..b4b2faa 100644 (file)
     <ClCompile Include="..\..\src\cmd\cmd-zapwand.c">
       <Filter>cmd</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\combat\melee1.c">
-      <Filter>combat</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\src\combat\shoot.c">
       <Filter>combat</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\knowledge\knowledge-mutations.c">
       <Filter>knowledge</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\combat\melee.c">
+      <Filter>combat</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\gamevalue.h" />
index 428e17b..9ee4ceb 100644 (file)
@@ -181,7 +181,7 @@ hengband_SOURCES = \
        cmd/cmd-usestaff.c cmd/cmd-usestaff.h \
        cmd/cmd-zaprod.c cmd/cmd-zaprod.h cmd/cmd-zapwand.c cmd/cmd-zapwand.h \
        \
-       combat/melee.h combat/melee1.c combat/shoot.c combat/shoot.h
+       combat/melee.h combat/melee.c combat/shoot.c combat/shoot.h
 
 EXTRA_hengband_SOURCES = \
        angband.ico angband.rc ang_eng.rc maid-x11.c main-win.c \
similarity index 100%
rename from src/combat/melee1.c
rename to src/combat/melee.c