1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00
This commit is contained in:
MichalZr6
2024-12-15 21:32:23 +01:00
parent 81e29d6ce2
commit f4a15a198b
6 changed files with 6 additions and 31 deletions

View File

@ -38,8 +38,7 @@ enum class DefType : uint32_t
CDefFile::CDefFile(const AnimationPath & Name):
data(nullptr),
palette(nullptr),
fileName(Name.getName())
palette(nullptr)
{
data = CResourceHandler::get()->load(Name)->readAll().first;