Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Jun 29, 2017
1 parent 80e92e3 commit a8b8fe0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,5 @@ __pycache__/

#Tools
Packer.*
FileLineCount.exe
FileLineCount.exe
gameplay-encoder.exe
2 changes: 1 addition & 1 deletion Core/TFL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void unpackPack(Stream* pak, uint64_t& p, uint64_t all) {
} tmp;

while (pak->read(&tmp, sizeof(tmp), 1)) {
INFO("Unpack File ", tmp.name);
INFO("Unpacking File ", tmp.name);
buildDir(tmp.name);
uniqueRAII<Stream> file = FileSystem::open(tmp.name, FileSystem::WRITE);
std::vector<char> data(tmp.size);
Expand Down
4 changes: 2 additions & 2 deletions Win32/Win32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)Deps\RakNet;$(SolutionDir)Deps\GamePlay-deps-3.0.0\Box2D-2.3.0\Box2D;$(SolutionDir)Deps\GamePlay-deps-3.0.0\bullet-2.82-r2704\src;$(SolutionDir)Deps\GamePlay-deps-3.0.0\include;$(SolutionDir)Deps\GamePlay;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)Bin</OutDir>
<TargetName>TFL</TargetName>
<TargetName>TFL_x64</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
Expand All @@ -95,7 +95,7 @@
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)Deps\RakNet;$(SolutionDir)Deps\GamePlay-deps-3.0.0\Box2D-2.3.0\Box2D;$(SolutionDir)Deps\GamePlay-deps-3.0.0\bullet-2.82-r2704\src;$(SolutionDir)Deps\GamePlay-deps-3.0.0\include;$(SolutionDir)Deps\GamePlay;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)Bin</OutDir>
<TargetName>TFL</TargetName>
<TargetName>TFL_x64</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down
Binary file removed res/units/gameplay-encoder.exe
Binary file not shown.

0 comments on commit a8b8fe0

Please sign in to comment.