Skip to content

Commit

Permalink
Tweak: cppguidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Feb 3, 2022
1 parent 0ec2d6c commit 7172b86
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 @@ -376,7 +376,7 @@ void CreateSingleton(RED4ext::Handle<RED4ext::IScriptable> apClassInstance)
pGameSystem->OnSystemInitializeAsync(&systemInitParams);
}

auto* pParentType = reinterpret_cast<RED4ext::CClass*>(apClassInstance->GetType());
auto* pParentType = apClassInstance->GetType();
pGameInstance->unk08.Insert(pParentType, apClassInstance);
pGameInstance->unk38.PushBack(apClassInstance);

Expand Down

0 comments on commit 7172b86

Please sign in to comment.