From 059f96cd3a298113bba3aafef15246f3ade82c5f Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Wed, 10 Jan 2024 15:54:09 +0100 Subject: [PATCH] LegoView1 is 16 bytes bigger then LegoView ==> 4 32-bit pointers --- LEGO1/lego/sources/3dmanager/legoview1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LEGO1/lego/sources/3dmanager/legoview1.h b/LEGO1/lego/sources/3dmanager/legoview1.h index f98cfa23..eeb6ccc2 100644 --- a/LEGO1/lego/sources/3dmanager/legoview1.h +++ b/LEGO1/lego/sources/3dmanager/legoview1.h @@ -1,6 +1,7 @@ #ifndef _LegoView1_h #define _LegoView1_h +#include "decomp.h" #include "compat.h" #include "tglsurface.h" @@ -66,6 +67,7 @@ class LegoView1 : public LegoView { Tgl::Light* m_pSunLight; // 0x78 Tgl::Light* m_pDirectionalLight; // 0x7c Tgl::Light* m_pAmbientLight; // 0x80 + undefined m_unk0x84[4]; // 0x84 }; // SYNTHETIC: LEGO1 0x100ab7a0