mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fixed build errors in OpenCS
This commit is contained in:
parent
f9a0a19ee1
commit
0ae01794f1
@ -3,19 +3,19 @@
|
|||||||
|
|
||||||
CSMWorld::RecordBase::~RecordBase() {}
|
CSMWorld::RecordBase::~RecordBase() {}
|
||||||
|
|
||||||
bool CSMWorld::RecordBase::RecordBase::isDeleted() const
|
bool CSMWorld::RecordBase::isDeleted() const
|
||||||
{
|
{
|
||||||
return mState==State_Deleted || mState==State_Erased;
|
return mState==State_Deleted || mState==State_Erased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool CSMWorld::RecordBase::RecordBase::isErased() const
|
bool CSMWorld::RecordBase::isErased() const
|
||||||
{
|
{
|
||||||
return mState==State_Erased;
|
return mState==State_Erased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool CSMWorld::RecordBase::RecordBase::isModified() const
|
bool CSMWorld::RecordBase::isModified() const
|
||||||
{
|
{
|
||||||
return mState==State_Modified || mState==State_ModifiedOnly;
|
return mState==State_Modified || mState==State_ModifiedOnly;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user