Skip to content

Commit

Permalink
Fix tms.vcxproj (unable to compile pathfinding.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofame committed Sep 27, 2023
1 parent a9253a2 commit 1826b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vc17/themodernserver.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeaderFile>otpch.h</PrecompiledHeaderFile>
</ClCompile>
<ClCompile Include="..\src\pathfinding.cpp" />
<ClCompile Include="..\src\pathfinding.cpp" />
<ClCompile Include="..\src\otserv.cpp" />
<ClCompile Include="..\src\outfit.cpp" />
<ClCompile Include="..\src\outputmessage.cpp" />
Expand Down Expand Up @@ -297,7 +297,7 @@
<ClInclude Include="..\src\networkmessage.h" />
<ClInclude Include="..\src\npc.h" />
<ClInclude Include="..\src\otpch.h" />
<ClCompile Include="..\src\pathfinding.h" />
<ClInclude Include="..\src\pathfinding.h" />
<ClInclude Include="..\src\outfit.h" />
<ClInclude Include="..\src\outputmessage.h" />
<ClInclude Include="..\src\party.h" />
Expand Down

0 comments on commit 1826b16

Please sign in to comment.