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

Checking flags and conditions

This commit is contained in:
Tomasz Zieliński
2023-07-09 11:16:36 +02:00
parent b4fcf20b19
commit 700d8459ac
7 changed files with 53 additions and 1 deletions

View File

@@ -969,6 +969,7 @@ void CMapLoaderH3M::readTerrain()
}
}
}
map->calculateWaterContent();
}
void CMapLoaderH3M::readObjectTemplates()