CellName is now a RefId, makes more sense that way.

This commit is contained in:
florent.teppe 2022-12-01 19:37:35 +01:00
parent 6ff90b34a8
commit 2c30575b3b
58 changed files with 196 additions and 156 deletions

View file

@ -444,7 +444,7 @@ void OMW::Engine::setResourceDir(const std::filesystem::path& parResDir)
// Set start cell name
void OMW::Engine::setCell(const std::string& cellName)
{
mCellName = cellName;
mCellName = ESM::RefId::stringRefId(cellName);
}
void OMW::Engine::addContentFile(const std::string& file)