mirror of https://github.com/AxioDL/metaforce.git
Comment out printfs entirely
This commit is contained in:
parent
eb89a17817
commit
b020904e84
|
@ -78,10 +78,10 @@ void CStateMachineState::Update(CStateManager& mgr, CAi& ai, float delta) {
|
|||
if (andPassed && state) {
|
||||
x4_state->CallFunc(mgr, ai, EStateMsg::Deactivate, 0.f);
|
||||
x4_state = state;
|
||||
#ifndef NDEBUG
|
||||
fmt::print(FMT_STRING("{} {} {} - {} {}\n"), ai.GetUniqueId(), ai.GetEditorId(), ai.GetName(),
|
||||
state->xc_name, int(state - x0_machine->GetStateVector().data()));
|
||||
#endif
|
||||
//#ifndef NDEBUG
|
||||
// fmt::print(FMT_STRING("{} {} {} - {} {}\n"), ai.GetUniqueId(), ai.GetEditorId(), ai.GetName(),
|
||||
// state->xc_name, int(state - x0_machine->GetStateVector().data()));
|
||||
//#endif
|
||||
x8_time = 0.f;
|
||||
x18_24_codeTrigger = false;
|
||||
xc_random = mgr.GetActiveRandom()->Float();
|
||||
|
|
|
@ -69,9 +69,9 @@ void CVisorFlare::Update(float dt, const zeus::CVector3f& pos, const CActor* act
|
|||
mgr.SetThermalColdScale2(mgr.GetThermalColdScale2() + x24_);
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
printf("%08X %f %f\n", act->GetEditorId().id, x24_, x28_);
|
||||
#endif
|
||||
//#ifndef NDEBUG
|
||||
// printf("%08X %f %f\n", act->GetEditorId().id, x24_, x28_);
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue