2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

CScriptWater: Make private const data internally linked

Same behavior, but allows completely hiding it from external view and
also allows making the data constexpr.
This commit is contained in:
Lioncash
2020-04-06 05:42:13 -04:00
parent c9e8b3366d
commit 41c2ede092
2 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ class CDamageInfo;
class CFluidUVMotion;
class CScriptWater : public CScriptTrigger {
static const float kSplashScales[6];
zeus::CFrustum x150_frustum;
std::unique_ptr<CFluidPlaneCPU> x1b4_fluidPlane;
zeus::CVector3f x1b8_positionMorphed;