mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-10 22:31:40 +02:00
Remove broken automatic addition of dependency for wog maps
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user