From e14f2cb859b8b42abb7a6a992863b3d8222bddf8 Mon Sep 17 00:00:00 2001 From: Cydra Date: Fri, 23 Jun 2023 17:24:04 +0200 Subject: [PATCH] More smaller fixes --- LEGO1/bumpbouy.cpp | 2 +- LEGO1/elevatorbottom.cpp | 2 +- LEGO1/mxcompositemediapresenter.cpp | 2 +- LEGO1/mxentity.cpp | 2 +- LEGO1/racecar.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LEGO1/bumpbouy.cpp b/LEGO1/bumpbouy.cpp index 268bb194..c33329b5 100644 --- a/LEGO1/bumpbouy.cpp +++ b/LEGO1/bumpbouy.cpp @@ -1,6 +1,6 @@ #include "bumpbouy.h" -// OFFSET: LEGO1 0x100f0394 +// 0x100f0394 static char* g_bumpBouyString = "BumpBouy"; // OFFSET: LEGO1 0x100274e0 diff --git a/LEGO1/elevatorbottom.cpp b/LEGO1/elevatorbottom.cpp index f89e8063..ff0a8d18 100644 --- a/LEGO1/elevatorbottom.cpp +++ b/LEGO1/elevatorbottom.cpp @@ -1,6 +1,6 @@ #include "elevatorbottom.h" -// OFFSET: LEGO1 0x100f04ac +// 0x100f04ac static char* g_elevatorBottomClassName = "ElevatorBottom"; // OFFSET: LEGO1 0x10017e90 diff --git a/LEGO1/mxcompositemediapresenter.cpp b/LEGO1/mxcompositemediapresenter.cpp index fde94644..b10da93d 100644 --- a/LEGO1/mxcompositemediapresenter.cpp +++ b/LEGO1/mxcompositemediapresenter.cpp @@ -1,6 +1,6 @@ #include "mxcompositemediapresenter.h" -// OFFSET: ISLE1 0x10073ea0 +// OFFSET: LEGO1 0x10073ea0 MxCompositeMediaPresenter::MxCompositeMediaPresenter() { // TODO diff --git a/LEGO1/mxentity.cpp b/LEGO1/mxentity.cpp index 28652655..3ce38eda 100644 --- a/LEGO1/mxentity.cpp +++ b/LEGO1/mxentity.cpp @@ -11,7 +11,7 @@ const char *MxEntity::GetClassName() const return g_mxEntityClassName; } -// OFFSET: LEG01 0x1000c190 +// OFFSET: LEGO1 0x1000c190 MxBool MxEntity::IsClass(const char *name) const { // TODO diff --git a/LEGO1/racecar.h b/LEGO1/racecar.h index 393477a7..52689d70 100644 --- a/LEGO1/racecar.h +++ b/LEGO1/racecar.h @@ -10,7 +10,7 @@ class RaceCar : public IslePathActor virtual ~RaceCar(); // vtable+0x0 // VTABLE 0x100d6918 - // SIZE 0x + // SIZE 0x164 }; #endif // RACECAR_H