removed sDefaultWorldspace, only sDefaultWorldspaceId now.

sDefaultWorldspaceId is a StringRefId to be able to getvalue easily.
This commit is contained in:
florent.teppe 2023-05-05 10:51:59 +02:00
parent 141878f30d
commit 56cb2a83ec
7 changed files with 10 additions and 11 deletions

View file

@ -39,8 +39,7 @@ namespace ESM
namespace ESM
{
const std::string Cell::sDefaultWorldspace = "sys::default";
const RefId Cell::sDefaultWorldspaceId = ESM::RefId::stringRefId(Cell::sDefaultWorldspace);
const StringRefId Cell::sDefaultWorldspaceId = StringRefId("sys::default");
// Some overloaded compare operators.
bool operator==(const MovedCellRef& ref, const RefNum& refNum)