Skip to content

Conversation

@JoshSanch
Copy link
Collaborator

Mgr functions are tough - will revisit those at a later time.

xModelInstance* destroyModel;
xModelInstance* hitModel;

zEntInit((zEnt*)ent, asset, 0x44535452U);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this int literal should be a multicharacter literal.
zEntInit((zEnt*)ent, asset, 'DSTR'); I think.

var_r29_2 = temp_r27;
var_r30_2 = 0U;
var_r25_2 = sMgrList;
// while (var_r30_2 < var_r26)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's all this code? Is this function WIP? No change needed if that's the case but I just want to make sure this isn't something you forgot to delete.

@mattbruv mattbruv merged commit db4ddc5 into bfbbdecomp:main Feb 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants