From 0d11a2ff902c08c7eb7c13e2ccc198806bf5b632 Mon Sep 17 00:00:00 2001 From: jonschz Date: Sun, 28 Jul 2024 17:27:16 +0200 Subject: [PATCH] Add vbtable annotations --- LEGO1/lego/legoomni/include/legocarraceactor.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/include/legocarraceactor.h b/LEGO1/lego/legoomni/include/legocarraceactor.h index 83377a3e..eb2402b8 100644 --- a/LEGO1/lego/legoomni/include/legocarraceactor.h +++ b/LEGO1/lego/legoomni/include/legocarraceactor.h @@ -74,7 +74,7 @@ class LegoCarRaceActor : public virtual LegoRaceActor { protected: MxFloat m_unk0x08; // 0x08 - MxU8 m_unk0x0c; // 0x0c + MxU8 m_unk0x0c; // 0x0c // Could be a multiplier for the maximum speed when going straight MxFloat m_unk0x10; // 0x10 @@ -88,4 +88,13 @@ class LegoCarRaceActor : public virtual LegoRaceActor { MxFloat m_unk0x1c; // 0x1c }; +// GLOBAL: LEGO1 0x100da0b0 +// LegoCarRaceActor::`vbtable' + +// GLOBAL: LEGO1 0x100da0a8 +// LegoCarRaceActor::`vbtable'{for `LegoAnimActor'} + +// GLOBAL: LEGO1 0x100da098 +// LegoCarRaceActor::`vbtable'{for `LegoRaceActor'} + #endif // LEGOCARRACEACTOR_H