Skip to content

Commit

Permalink
force -allowResizeWindow to be enabled
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=93c2fd48547ca2c0f12df85d6e08b85b96057219
  • Loading branch information
silicon authored and blattersturm committed Apr 17, 2017
1 parent fd34300 commit eece906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/rage-nutsnbolts-five/src/FrameHook.cpp
Expand Up @@ -134,5 +134,8 @@ static HookFunction hookFunction([] ()

g_isD3DInvalid = (bool*)(location + *(int32_t*)location + 4);

// allow resizing window in all cases
hook::nop(hook::get_pattern("45 8D 67 01 74 05 41 8B C4", 4), 2);

//__debugbreak();
});

0 comments on commit eece906

Please sign in to comment.