Skip to content

Commit

Permalink
tf
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvpr committed Feb 26, 2024
1 parent 31097a3 commit 15ad75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build container
run: make docker-container
Expand Down
1 change: 1 addition & 0 deletions src/hacks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ _hack_super_weapons:
mov dword [esp+0x2c],eax
mov dword [esp+0x28],edx
je super_weapons_disabled
super_weapons_enabled:
mov dword [esp],ecx
mov dword [esp+0x4],0x2
Expand Down

0 comments on commit 15ad75d

Please sign in to comment.