From d7e874b23eff0e87a2bbeec5d5ee379a54d5e112 Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Fri, 8 Nov 2024 23:09:16 -0500 Subject: [PATCH] cleanup comments --- src/d/a/d_a_insect.cpp | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/d/a/d_a_insect.cpp b/src/d/a/d_a_insect.cpp index af296b3c..1cebf79e 100644 --- a/src/d/a/d_a_insect.cpp +++ b/src/d/a/d_a_insect.cpp @@ -24,33 +24,6 @@ static inline bool IsZero(f32 in) { return in <= EGG::Math::epsilon(); } -// void AcOInsectFloats() { -// 50.0f; -// 1.0f; -// 30.0f; -// 5000.0f; -// 0.1f; -// 10.0f; -// 500.0f; -// 0.0f; -// 400.0f; -// -200.0f; -// 200.0f; -// 20.0f; -// EGG::Math::epsilon(); -// 5.0f; -// -5.0f; -// 0.99f; -// int x = 0; -// (f32) x; -// } - -// void AcOInsectFloats2() { -// -1.0f; -// 0.5f; -// 2250000.0f; -// } - extern "C" void fn_800298B0(u16, mVec3_c *, mVec3_c *, u32, u32, u32, u32, u32); extern "C" u16 PARTICLE_RESOURCE_ID_MAPPING_394_; @@ -177,7 +150,6 @@ void dAcOInsect_c::addAttentionTarget() { } void dAcOInsect_c::preAttention() { - // It's always the simplest vector functions that cause problems poscopy2 = position; poscopy2.y += 20.f; poscopy3 = poscopy2;