mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
- Added new trace macro LOG_TRACE which autom. appends leaving func message - Removed old trace macros - Small refactoring in CMapEditManager - Changed documentation comments to /// style for various mapping header files
This commit is contained in:
@ -377,8 +377,7 @@ std::unique_ptr<CMap> CMapGenerator::generate()
|
||||
map = make_unique<CMap>();
|
||||
addHeaderInfo();
|
||||
|
||||
terViewPatternConfig = make_unique<CTerrainViewPatternConfig>();
|
||||
mapMgr = make_unique<CMapEditManager>(terViewPatternConfig.get(), map.get(), randomSeed);
|
||||
mapMgr = make_unique<CMapEditManager>(map.get(), randomSeed);
|
||||
genTerrain();
|
||||
genTowns();
|
||||
|
||||
|
Reference in New Issue
Block a user