mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-13 14:06:42 +03:00
CellName is now a RefId, makes more sense that way.
This commit is contained in:
parent
6ff90b34a8
commit
2c30575b3b
58 changed files with 196 additions and 156 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue