Mercurial > mm7
changeset 209:29545d87e11d
m
author | Ritor1 |
---|---|
date | Sat, 16 Feb 2013 16:23:07 +0600 |
parents | 07eb7d649bd5 |
children | fcdb80fc1f74 |
files | MM7.vcxproj.filters Spells.cpp |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MM7.vcxproj.filters Sat Feb 16 08:42:58 2013 +0600 +++ b/MM7.vcxproj.filters Sat Feb 16 16:23:07 2013 +0600 @@ -199,6 +199,9 @@ </ClInclude> <ClInclude Include="Log.h" /> <ClInclude Include="FrameTableInc.h" /> + <ClInclude Include="resource.h" /> + <ClInclude Include="stru346.h" /> + <ClInclude Include="texts.h" /> </ItemGroup> <ItemGroup> <Filter Include="lib"> @@ -314,5 +317,9 @@ <ClCompile Include="FrameTableInc.cpp" /> <ClCompile Include="mm7_6.cpp" /> <ClCompile Include="GameUIs.cpp" /> + <ClCompile Include="texts.cpp" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="Might and Magic Trilogy.rc" /> </ItemGroup> </Project> \ No newline at end of file
--- a/Spells.cpp Sat Feb 16 08:42:58 2013 +0600 +++ b/Spells.cpp Sat Feb 16 16:23:07 2013 +0600 @@ -123,7 +123,7 @@ pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0); strtok(pSpellsTXT_Raw, "\r"); strtok(NULL, "\r"); - v14 = 1; + //v14 = 1; for(int i=1; i<100; ++i) { test_string=strtok(NULL, "\r")+1;