Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-thomas774 committed Nov 9, 2024
1 parent d0c8173 commit d7e874b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/d/a/d_a_insect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,6 @@ static inline bool IsZero(f32 in) {
return in <= EGG::Math<f32>::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<f32>::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_;

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d7e874b

Please sign in to comment.