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"
// OFFSET: LEGO1 0x100f0394
// 0x100f0394
static char* g_bumpBouyString = "BumpBouy";
// OFFSET: LEGO1 0x100274e0

View File

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

View File

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

View File

@ -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

View File

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