diff --git a/Runtime/World/CStateMachine.cpp b/Runtime/World/CStateMachine.cpp index a0274536d..16b0d5652 100644 --- a/Runtime/World/CStateMachine.cpp +++ b/Runtime/World/CStateMachine.cpp @@ -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(); diff --git a/Runtime/World/CVisorFlare.cpp b/Runtime/World/CVisorFlare.cpp index 6e1bfbf85..0e46e3e8f 100644 --- a/Runtime/World/CVisorFlare.cpp +++ b/Runtime/World/CVisorFlare.cpp @@ -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 } }