Skip to content

Commit

Permalink
Clean up a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
cadmic committed Nov 16, 2023
1 parent 1d5ee87 commit f8c2b18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/b1_231_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ const char* bombSetupNames[] = {
bool testSuperslide(Collision* col, Vec3f startPos, u16 angle,
BombSetup bombSetup, bool* outHoldUp, int* outGrabFrame,
int* outMinBombTimer, int* outMaxBombTimer, bool debug) {
// TODO: make bounds optional for PosAngleSetup?
PosAngleSetup setup(col, startPos, angle, {-10000, -10000, -10000},
{10000, 10000, 10000});
PosAngleSetup setup(col, startPos, angle);

bool useBombPush = false;
Vec3f bombPos;
Expand Down

0 comments on commit f8c2b18

Please sign in to comment.