ModeInfoType -> ModelInfoType

This commit is contained in:
Sergeanur
2020-05-05 15:13:09 +03:00
parent 4cc1bb92e7
commit 5580eb21a4
4 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ public:
uint16 m_noZwrite : 1;
CSimpleModelInfo(void) : CBaseModelInfo(MITYPE_SIMPLE) {}
CSimpleModelInfo(ModeInfoType id) : CBaseModelInfo(id) {}
CSimpleModelInfo(ModelInfoType id) : CBaseModelInfo(id) {}
~CSimpleModelInfo() {}
void DeleteRwObject(void);
RwObject *CreateInstance(void);