Fix pointer values overwriting the wrong fields in special nodes

This commit is contained in:
2015-01-04 22:54:39 -05:00
parent f44f713cac
commit 69f9018190
5 changed files with 19 additions and 7 deletions

View File

@@ -137,6 +137,7 @@
<ClCompile Include="..\..\boe.text.cpp" />
<ClCompile Include="..\..\boe.town.cpp" />
<ClCompile Include="..\..\boe.townspec.cpp" />
<ClCompile Include="..\..\oldstructs.cpp" />
<ClCompile Include="..\..\pcedit\pc.editors.cpp" />
</ItemGroup>
<ItemGroup>

View File

@@ -162,5 +162,8 @@
<ClCompile Include="..\..\boe.menus.win.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\oldstructs.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>