cafe/nn_ec: Fix nn::ec::ShoppingCatalog being the wrong size.

Had an extra virtualTable when it should be using the one from ItemList.
This commit is contained in:
James Benton 2022-01-28 20:39:11 +00:00
parent 4a7546c3aa
commit 23ab9799f6

View file

@ -12,8 +12,6 @@ struct ShoppingCatalog : Catalog
{
static virt_ptr<ghs::VirtualTable> VirtualTable;
static virt_ptr<ghs::TypeDescriptor> TypeDescriptor;
be2_virt_ptr<ghs::VirtualTable> virtualTable;
};
virt_ptr<ShoppingCatalog>