From 2b5ad7eec71bbdd073dd86a360dbef00eb8a0005 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 22 Dec 2024 13:54:21 -0700 Subject: [PATCH] Naming --- LEGO1/omni/include/mxstreamprovider.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/omni/include/mxstreamprovider.h b/LEGO1/omni/include/mxstreamprovider.h index 8b5336b5..f7ea1819 100644 --- a/LEGO1/omni/include/mxstreamprovider.h +++ b/LEGO1/omni/include/mxstreamprovider.h @@ -29,9 +29,9 @@ class MxStreamProvider : public MxCore { } // FUNCTION: LEGO1 0x100d07c0 - virtual MxResult SetResourceToGet(MxStreamController* p_resource) + virtual MxResult SetResourceToGet(MxStreamController* p_pLookup) { - m_pLookup = p_resource; + m_pLookup = p_pLookup; return SUCCESS; } // vtable+0x14