Skip to content

Commit

Permalink
Maybe fix a ParticleSystemTypeClass INI parsing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkku committed Jan 24, 2024
1 parent 4922577 commit 00a54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ext/ParticleSystemType/Body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ DEFINE_HOOK_AGAIN(0x644615, ParticleSystemTypeClass_LoadFromINI, 0x5)
DEFINE_HOOK(0x644620, ParticleSystemTypeClass_LoadFromINI, 0x5)
{
GET(ParticleSystemTypeClass*, pItem, ESI);
GET_STACK(CCINIClass*, pINI, STACK_OFFSET(0x64, 0x4));
GET(CCINIClass*, pINI, EBX);

ParticleSystemTypeExt::ExtMap.LoadFromINI(pItem, pINI);

Expand Down

0 comments on commit 00a54cd

Please sign in to comment.