mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Bitfield initializer bug fixes
This commit is contained in:
@@ -23,9 +23,9 @@ CScriptTrigger::CScriptTrigger(TUniqueId uid, const std::string& name, const CEn
|
||||
, x128_forceMagnitude(forceField.magnitude())
|
||||
, x12c_flags(triggerFlags)
|
||||
, x130_bounds(bounds)
|
||||
, x148_26_deactivateOnEntered(b2)
|
||||
, x148_27_deactivateOnExited(b3)
|
||||
{
|
||||
x148_26_deactivateOnEntered = b2;
|
||||
x148_27_deactivateOnExited = b3;
|
||||
}
|
||||
|
||||
void CScriptTrigger::Accept(IVisitor& visitor)
|
||||
|
||||
Reference in New Issue
Block a user