1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Convert PCX to PNG, Final touches, everything deactivated.

This commit is contained in:
krs
2022-11-19 00:03:46 +02:00
parent d1cdd7d59f
commit cca1f074bf
4 changed files with 57 additions and 85 deletions

View File

@@ -20,7 +20,7 @@ VCMI_LIB_NAMESPACE_BEGIN
namespace bfs = boost::filesystem;
const bool extractArchives = 1;
const bool extractArchives = false;
ArchiveEntry::ArchiveEntry()
: offset(0), fullSize(0), compressedSize(0)