1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Remove broken automatic addition of dependency for wog maps

This commit is contained in:
Ivan Savenko 2024-11-07 12:08:28 +00:00
parent c3c5f73a63
commit 733b1b339c

View File

@ -215,10 +215,6 @@ void CMapLoaderH3M::readHeader()
reader->setIdentifierRemapper(identifierMapper);
// include basic mod
if(mapHeader->version == EMapFormat::WOG)
mapHeader->mods["wake-of-gods"];
// Read map name, description, dimensions,...
mapHeader->areAnyPlayers = reader->readBool();
mapHeader->height = mapHeader->width = reader->readInt32();