mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
More smaller fixes
This commit is contained in:
parent
0431c02a97
commit
e14f2cb859
@ -1,6 +1,6 @@
|
||||
#include "bumpbouy.h"
|
||||
|
||||
// OFFSET: LEGO1 0x100f0394
|
||||
// 0x100f0394
|
||||
static char* g_bumpBouyString = "BumpBouy";
|
||||
|
||||
// OFFSET: LEGO1 0x100274e0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include "elevatorbottom.h"
|
||||
|
||||
// OFFSET: LEGO1 0x100f04ac
|
||||
// 0x100f04ac
|
||||
static char* g_elevatorBottomClassName = "ElevatorBottom";
|
||||
|
||||
// OFFSET: LEGO1 0x10017e90
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include "mxcompositemediapresenter.h"
|
||||
|
||||
// OFFSET: ISLE1 0x10073ea0
|
||||
// OFFSET: LEGO1 0x10073ea0
|
||||
MxCompositeMediaPresenter::MxCompositeMediaPresenter()
|
||||
{
|
||||
// TODO
|
||||
|
||||
@ -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
|
||||
|
||||
@ -10,7 +10,7 @@ class RaceCar : public IslePathActor
|
||||
virtual ~RaceCar(); // vtable+0x0
|
||||
|
||||
// VTABLE 0x100d6918
|
||||
// SIZE 0x
|
||||
// SIZE 0x164
|
||||
};
|
||||
|
||||
#endif // RACECAR_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user