2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 22:46:10 +00:00

Bad level link fixes

This commit is contained in:
Jack Andersen
2016-04-23 18:03:30 -10:00
parent 38c9ece8ec
commit b60d55d784
27 changed files with 425 additions and 353 deletions

View File

@@ -61,9 +61,9 @@ public:
zeus::CVector3f x28_ = {0.5f};
float x34_ = 0.f;
public:
void SetFogExplicit(ERglFogMode, const zeus::CColor& color, const zeus::CVector2f& vec);
void DisableFog();
void Update(float dt);
void SetFogExplicit(ERglFogMode, const zeus::CColor& color, const zeus::CVector2f& vec) {}
void DisableFog() {}
void Update(float dt) {}
};
CGameArea(CInputStream& in, int mlvlVersion);