This commit is contained in:
Nikolay Korolev
2020-05-06 19:17:47 +03:00
parent aa12251c6b
commit a24b65cbde
8 changed files with 26 additions and 25 deletions

View File

@@ -97,6 +97,7 @@ public:
eEntityStatus GetStatus() const { return (eEntityStatus)m_status; }
void SetStatus(eEntityStatus status) { m_status = status; }
CColModel *GetColModel(void) { return CModelInfo::GetModelInfo(m_modelIndex)->GetColModel(); }
bool IsStatic(void) { return bIsStatic; }
#ifdef COMPATIBLE_SAVES
void SaveEntityFlags(uint8*& buf);
void LoadEntityFlags(uint8*& buf);