More smaller fixes

This commit is contained in:
Cydra 2023-06-23 17:24:04 +02:00
parent 0431c02a97
commit e14f2cb859
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#include "bumpbouy.h" #include "bumpbouy.h"
// OFFSET: LEGO1 0x100f0394 // 0x100f0394
static char* g_bumpBouyString = "BumpBouy"; static char* g_bumpBouyString = "BumpBouy";
// OFFSET: LEGO1 0x100274e0 // OFFSET: LEGO1 0x100274e0

View File

@ -1,6 +1,6 @@
#include "elevatorbottom.h" #include "elevatorbottom.h"
// OFFSET: LEGO1 0x100f04ac // 0x100f04ac
static char* g_elevatorBottomClassName = "ElevatorBottom"; static char* g_elevatorBottomClassName = "ElevatorBottom";
// OFFSET: LEGO1 0x10017e90 // OFFSET: LEGO1 0x10017e90

View File

@ -1,6 +1,6 @@
#include "mxcompositemediapresenter.h" #include "mxcompositemediapresenter.h"
// OFFSET: ISLE1 0x10073ea0 // OFFSET: LEGO1 0x10073ea0
MxCompositeMediaPresenter::MxCompositeMediaPresenter() MxCompositeMediaPresenter::MxCompositeMediaPresenter()
{ {
// TODO // TODO

View File

@ -11,7 +11,7 @@ const char *MxEntity::GetClassName() const
return g_mxEntityClassName; return g_mxEntityClassName;
} }
// OFFSET: LEG01 0x1000c190 // OFFSET: LEGO1 0x1000c190
MxBool MxEntity::IsClass(const char *name) const MxBool MxEntity::IsClass(const char *name) const
{ {
// TODO // TODO

View File

@ -10,7 +10,7 @@ class RaceCar : public IslePathActor
virtual ~RaceCar(); // vtable+0x0 virtual ~RaceCar(); // vtable+0x0
// VTABLE 0x100d6918 // VTABLE 0x100d6918
// SIZE 0x // SIZE 0x164
}; };
#endif // RACECAR_H #endif // RACECAR_H