mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
removed sDefaultWorldspace, only sDefaultWorldspaceId now.
sDefaultWorldspaceId is a StringRefId to be able to getvalue easily.
This commit is contained in:
parent
141878f30d
commit
56cb2a83ec
7 changed files with 10 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue