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

Add ScriptWater loader imp

This commit is contained in:
2016-04-19 22:44:08 -07:00
parent 8537ea5d8d
commit beb1946e47
11 changed files with 271 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ public:
CScriptTrigger(TUniqueId, const std::string& name, const CEntityInfo& info,
const zeus::CVector3f& pos, const zeus::CAABox&,
const CDamageInfo& dInfo, const zeus::CVector3f& orientedForce,
u32, bool, bool, bool);
u32 triggerFlags, bool, bool, bool);
};
}