Skip to content

Commit

Permalink
Fix obcn hook zone
Browse files Browse the repository at this point in the history
  • Loading branch information
llde committed Sep 2, 2023
1 parent 68aab48 commit be02501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obse/obse/Hooks_Input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ void Hook_Input_Init() {

WriteRelJump(kInputObjaHook1Loc, kInputOriginalObjaJumpLoc);
WriteRelJump(kInputObjaHook2Loc, kInputOriginalObjaJumpLoc); //Same hook points of OBJA
WriteRelJump(kPollEndHook, (UInt32)&PollInputHookObja);
WriteRelJump(kPollEndHook, (UInt32)&PollInputHookObcn);

}
else{
Expand Down

0 comments on commit be02501

Please sign in to comment.