mirror of
https://github.com/isledecomp/isle.git
synced 2025-03-21 20:30:06 -04:00
Children classes of LegoWorld's VTable0x5c (#536)
This commit is contained in:
parent
ccb6223d70
commit
18dff31dbd
6 changed files with 12 additions and 18 deletions
LEGO1/lego/legoomni/src
act2
act3
build
gasstation
hospital
isle
|
@ -1,10 +1,9 @@
|
|||
#include "legoact2.h"
|
||||
|
||||
// STUB: LEGO1 0x1004fe10
|
||||
// FUNCTION: LEGO1 0x1004fe10
|
||||
MxBool LegoAct2::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1004ff20
|
||||
|
|
|
@ -8,11 +8,10 @@ Act3::Act3()
|
|||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10072500
|
||||
// FUNCTION: LEGO1 0x10072500
|
||||
MxBool Act3::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100726a0
|
||||
|
|
|
@ -6,11 +6,10 @@ LegoCarBuild::LegoCarBuild()
|
|||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10022930
|
||||
// FUNCTION: LEGO1 0x10022930
|
||||
MxBool LegoCarBuild::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10022a80
|
||||
|
|
|
@ -19,11 +19,10 @@ GasStation::GasStation()
|
|||
NotificationManager()->Register(this);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10004770
|
||||
// FUNCTION: LEGO1 0x10004770
|
||||
MxBool GasStation::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100048c0
|
||||
|
|
|
@ -23,11 +23,10 @@ Hospital::Hospital()
|
|||
NotificationManager()->Register(this);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100746a0
|
||||
// FUNCTION: LEGO1 0x100746a0
|
||||
MxBool Hospital::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100747f0
|
||||
|
|
|
@ -13,11 +13,10 @@ JukeBox::JukeBox()
|
|||
NotificationManager()->Register(this);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1005d6e0
|
||||
// FUNCTION: LEGO1 0x1005d6e0
|
||||
MxBool JukeBox::VTable0x5c()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1005d8d0
|
||||
|
|
Loading…
Reference in a new issue