Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Feb 26, 2024
1 parent 529c39c commit a264050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Client/Replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ float dta;
}
};*/

class $modify (CheckpointObjectExt, CheckpointObject)
/*class $modify (CheckpointObjectExt, CheckpointObject)
{
float dt;
int frame;
Expand Down Expand Up @@ -124,4 +124,4 @@ class $modify(GJBaseGameLayer) {
if (GJReplayManager::recording) GJReplayManager::replay.inputs.push_back(MyInput(m_gameState.m_unk1f8, button, !player1, push, plr->m_position.x, plr->m_position.y, GJReplayManager::dt, plr->m_platformerXVelocity, plr->m_yVelocity, plr->getRotation()));
}
};
};*/
5 changes: 2 additions & 3 deletions src/Hacks/NoFlip.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*#include <Geode/Geode.hpp>
#include <Geode/Geode.hpp>
#include <Geode/modify/GameObject.hpp>
#include <Geode/modify/GJBaseGameLayer.hpp>
#include "../Client/Client.h"
Expand All @@ -12,5 +12,4 @@ class $modify (GJBaseGameLayer)
if (!Client::GetModuleEnabled("no-reverse"))
GJBaseGameLayer::toggleFlipped(p0, p1);
}
};
*/
};

0 comments on commit a264050

Please sign in to comment.