Skip to content

Commit

Permalink
Merge pull request #853 from Lukas0610/master
Browse files Browse the repository at this point in the history
remove offset from gameIGameSystem constructor call
  • Loading branch information
maximegmd authored Sep 24, 2023
2 parents 63a59f2 + 0906505 commit 30a183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reverse/RTTIExtender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct gameIGameSystem : IUpdatableSystem
{
// expected: 2, index: 0
using TFunc = void (*)(void*);
static GameCall<TFunc> func(CyberEngineTweaks::Addresses::gameIGameSystem_Constructor, -6);
static GameCall<TFunc> func(CyberEngineTweaks::Addresses::gameIGameSystem_Constructor);
func(apAddress); // gameIGameSystem::ctor()
}

Expand Down

0 comments on commit 30a183a

Please sign in to comment.