Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: python configure.py && ninja

- name: Run progress script
run: python progress.py --verify-obj --verify-bin --progress-summary
run: python progress.py --verify-bin --progress-summary

- name: Run DTK and objdiff to generate progress file for decomp.dev
run: |
Expand Down
2 changes: 1 addition & 1 deletion include/game/bases/d_a_player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class dAcPy_c : public daPlBase_c {

bool FUN_8012e540(dActor_c *, bool); ///< @unofficial

char mPad[0x15e8];
char mPad[0x15a0];
fBaseID_e mCarryActorID;

static const float msc_JUMP_SPEED;
Expand Down
Loading