Skip to content

Commit

Permalink
Fix camera movement issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Dec 21, 2024
1 parent 2fd2474 commit bc5575d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Patches/ControllerTweaks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ void PatchControllerTweaks()
auto DirectionalWalk3Match = DirectionalWalk3.get_one();

WriteCalltoMemory(DirectionalWalk1Match.get<BYTE>( -5 ), UsingSearchCamera_SeparateAnalogs);
WriteCalltoMemory(DirectionalWalk1Match.get<BYTE>( 0x3A ), UsingSearchCamera_SeparateAnalogs);
WriteCalltoMemory(DirectionalWalk1Match.get<BYTE>( 0xBA ), UsingSearchCamera_SeparateAnalogs);
WriteCalltoMemory(DirectionalWalk2Match.get<BYTE>( 0 ), UsingSearchCamera_SeparateAnalogs);
WriteCalltoMemory(DirectionalWalk2Match.get<BYTE>( 0x42 ), UsingSearchCamera_SeparateAnalogs);
Expand Down
2 changes: 1 addition & 1 deletion Resources/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 2220
#define BUILD_NUMBER 2221

0 comments on commit bc5575d

Please sign in to comment.