Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

MenuManager::Register doesn't call QuickLootMenu::Create #1

Open
iffa opened this issue Oct 13, 2018 · 0 comments
Open

MenuManager::Register doesn't call QuickLootMenu::Create #1

iffa opened this issue Oct 13, 2018 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@iffa
Copy link
Owner

iffa commented Oct 13, 2018

mm->Register("LootMenu", QuickLootMenu::Create);

->

void Register(const char* name, CreatorFunc creator)
{
    CALL_MEMBER_FN(this, Register_internal)(name, creator);
}

->

DEFINE_MEMBER_FN(Register_internal, void, 0x00EBF700, const char * name, CreatorFunc creator);

Which in turn should trigger, but doesn't

IMenu* QuickLootMenu::Create(void)
@iffa iffa added bug Something isn't working help wanted Extra attention is needed labels Oct 13, 2018
@iffa iffa self-assigned this Oct 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant