Skip to content

Commit

Permalink
Fix for FA Connecting Bridge Cutscene
Browse files Browse the repository at this point in the history
  • Loading branch information
oct0xor committed Nov 18, 2022
1 parent dcda2de commit 76e3ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mgs2_oct0xor/mgs2_oct0xor/mgs2_oct0xor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ extern "C" __declspec(dllexport) void __cdecl convert_stick_to_button(void* arg0

PrevButtons = buttons;

if (IsEnabled)
if (IsEnabled && !IsPaddemo)
{
*(DWORD*)0xEDAE78 = 0; // camera_direction_fix
}
Expand Down
2 changes: 1 addition & 1 deletion solid_mods_loader/solid_mods_loader/solid_mods_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void load_mods(HANDLE handle)
int main()
{
printf("--= Solid Mods Loader by oct0xor =--\n\n");
printf("Version: 1.2\n");
printf("Version: 1.3\n");

get_mods_folder();

Expand Down

0 comments on commit 76e3ff4

Please sign in to comment.