More CWorld fixes

This commit is contained in:
saml1er
2020-04-17 05:38:05 +05:00
parent 03247ce98f
commit e777f24064
3 changed files with 27 additions and 27 deletions

View File

@@ -154,6 +154,6 @@ public:
void ModifyMatrixForBannerInWind(void);
void ProcessLightsForEntity(void);
static void AddSteamsFromGround1(CPtrList& list);
static void AddSteamsFromGround(CPtrList& list);
};
static_assert(sizeof(CEntity) == 0x64, "CEntity: error");