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:
parent
c3c5f73a63
commit
733b1b339c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user