From cd324ea648ffd14cb2cad3da70422a71f6bf1658 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 9 Mar 2024 10:43:40 -0500 Subject: [PATCH] Fix naming --- LEGO1/lego/legoomni/include/legotextureinfo.h | 2 +- LEGO1/lego/legoomni/src/common/legotextureinfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legotextureinfo.h b/LEGO1/lego/legoomni/include/legotextureinfo.h index ca8d7055..3256ebbf 100644 --- a/LEGO1/lego/legoomni/include/legotextureinfo.h +++ b/LEGO1/lego/legoomni/include/legotextureinfo.h @@ -18,7 +18,7 @@ class LegoTextureInfo { static LegoTextureInfo* Create(const char* p_name, LegoTexture* p_texture); static BOOL SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textureInfo); - LegoResult FUN_10066010(LegoU8* m_bits); + LegoResult FUN_10066010(LegoU8* p_bits); // private: char* m_name; // 0x00 diff --git a/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp b/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp index 06bffa39..125d46d5 100644 --- a/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp +++ b/LEGO1/lego/legoomni/src/common/legotextureinfo.cpp @@ -161,7 +161,7 @@ BOOL LegoTextureInfo::SetGroupTexture(Tgl::Mesh* pMesh, LegoTextureInfo* p_textu } // STUB: LEGO1 0x10066010 -LegoResult LegoTextureInfo::FUN_10066010(LegoU8* m_bits) +LegoResult LegoTextureInfo::FUN_10066010(LegoU8* p_bits) { // TODO return SUCCESS;